.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:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'srcpkgs/**'
|
||||
push:
|
||||
branches:
|
||||
- 'ci-**'
|
||||
paths:
|
||||
- 'srcpkgs/**'
|
||||
|
||||
jobs:
|
||||
# Lint changed templates.
|
||||
|
|
Loading…
Reference in a new issue