.github/workflows/build.yaml: only run on changes in srcpkgs/
This commit is contained in:
parent
c0c9934abb
commit
7ce971f655
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -2,9 +2,13 @@ name: Check build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'srcpkgs/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'ci-**'
|
- 'ci-**'
|
||||||
|
paths:
|
||||||
|
- 'srcpkgs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Lint changed templates.
|
# Lint changed templates.
|
||||||
|
|
Loading…
Reference in a new issue