Skip to content

Commit

Permalink
ci: branch
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Aug 21, 2024
1 parent 8bdd0e7 commit 07587ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
push:
branches:
- 'main'
- 'branch-v*.*'
paths-ignore:
- "docs/**"
- "**.md"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ defaults:
on:
push:
branches:
- main
- 'main'
- 'branch-v*.*'
paths-ignore:
- "docs/**"
- "**.md"
Expand Down

0 comments on commit 07587ec

Please sign in to comment.