.github/workflows/build.yaml: only run on changes in srcpkgs/

This commit is contained in:
classabbyamp 2022-04-14 14:33:43 -04:00 committed by Michael Aldridge
parent c0c9934abb
commit 7ce971f655

View file

@ -2,9 +2,13 @@ name: Check build
on:
pull_request:
paths:
- 'srcpkgs/**'
push:
branches:
- 'ci-**'
paths:
- 'srcpkgs/**'
jobs:
# Lint changed templates.