ci/check-shell: only run if shell.nix or ./ci/** is changed (#360249)

This commit is contained in:
Silvan Mosberger 2024-11-30 00:01:10 +01:00 committed by GitHub
commit 96a833668a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@ name: "Check shell"
on:
pull_request_target:
paths:
- 'shell.nix'
- './ci/**'
permissions: {}