fix(ci): scope for triggering the workflow
This commit is contained in:
parent
f2b7658e97
commit
d072e045f3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nix-develop.yml
vendored
2
.github/workflows/nix-develop.yml
vendored
|
|
@ -9,12 +9,14 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '**.nix'
|
- '**.nix'
|
||||||
- 'flake.lock'
|
- 'flake.lock'
|
||||||
|
- 'rust-toolchain'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '**.nix'
|
- '**.nix'
|
||||||
- 'flake.lock'
|
- 'flake.lock'
|
||||||
|
- 'rust-toolchain'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue