Skip to content

Commit cb016f1

Browse files
committed
ci/check-shell: only run if shell.nix or ./ci/** is changed
saves a bit of CI time
1 parent 82434f3 commit cb016f1

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)