ci/check-shell: fix ci/** path

This commit is contained in:
Zhong Jianxin 2024-11-30 10:32:25 +08:00
parent 69f2173cf6
commit c318085efa

View File

@ -4,7 +4,7 @@ on:
pull_request_target:
paths:
- 'shell.nix'
- './ci/**'
- 'ci/**'
permissions: {}