Skip to content

Commit

Permalink
ci: ci should run when clone-submodules/action.yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Mar 26, 2024
1 parent dcbbda3 commit 64103a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -8,13 +8,15 @@ on:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/ci.yml'
- '!.github/actions/clone-submodules/action.yml'
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/ci.yml'
- '!.github/actions/clone-submodules/action.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit 64103a4

Please sign in to comment.