ci: ci should run when clone-submodules/action.yml changes (#2816)

When we change `clone-submodules/action.yml`, the snapshot will probably be updated as well, so I'd run ci to make sure the snapshot is correct.
This commit is contained in:
Dunqing 2024-03-26 11:58:55 +08:00 committed by GitHub
parent 220f722f19
commit 224299fe5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ on:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/ci.yml'
- '!.github/actions/clone-submodules/action.yml'
push:
branches:
- main
@ -15,6 +16,7 @@ on:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/ci.yml'
- '!.github/actions/clone-submodules/action.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}