Skip to content

Commit 96a8336

Browse files
authored
ci/check-shell: only run if shell.nix or ./ci/** is changed (#360249)
2 parents 61d0cc1 + cb016f1 commit 96a8336

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-shell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Check shell"
22

33
on:
44
pull_request_target:
5+
paths:
6+
- 'shell.nix'
7+
- './ci/**'
58

69
permissions: {}
710

0 commit comments

Comments
 (0)