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:
|
||||
- '**.nix'
|
||||
- 'flake.lock'
|
||||
- 'rust-toolchain'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**.nix'
|
||||
- 'flake.lock'
|
||||
- 'rust-toolchain'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue