mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
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:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- 'shell.nix'
|
||||
- './ci/**'
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user