mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: restrict build jobs to code changes
This commit is contained in:
parent
e47f9204b9
commit
fa6e524412
1 changed files with 12 additions and 1 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -8,7 +8,18 @@
|
|||
# https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html
|
||||
|
||||
name: CI
|
||||
on: [pull_request]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'meson.build'
|
||||
- 'meson_options.txt'
|
||||
- 'src/**'
|
||||
- 'include/**'
|
||||
- 'protocols/**'
|
||||
- 'scripts/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
jobs:
|
||||
codestyle:
|
||||
name: CodeStyleCheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue