Skip to content

Commit

Permalink
.github/workflows/build.yaml: only run on changes in srcpkgs/
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp authored and the-maldridge committed Apr 14, 2022
1 parent c0c9934 commit 7ce971f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -2,9 +2,13 @@ name: Check build

on:
pull_request:
paths:
- 'srcpkgs/**'
push:
branches:
- 'ci-**'
paths:
- 'srcpkgs/**'

jobs:
# Lint changed templates.
Expand Down

0 comments on commit 7ce971f

Please sign in to comment.