ci/check-shell: only run if shell.nix
or ./ci/**
is changed (#360249)
This commit is contained in:
commit
96a833668a
3
.github/workflows/check-shell.yml
vendored
3
.github/workflows/check-shell.yml
vendored
@ -2,6 +2,9 @@ name: "Check shell"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
paths:
|
||||||
|
- 'shell.nix'
|
||||||
|
- './ci/**'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user