ci: only run on prs that change nix files (#184)
This commit is contained in:
parent
63b90f74b0
commit
6f9cb48525
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -8,6 +8,10 @@ on:
|
|||
- '**.lock'
|
||||
- '**.nix'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.sources/**'
|
||||
- '**.lock'
|
||||
- '**.nix'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue