mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
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:
parent
220f722f19
commit
224299fe5c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue