Skip to content

Commit

Permalink
ci: watch branch release/v* to trigger GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Sep 2, 2023
1 parent 8954f69 commit e6c51b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ name: "CodeQL"

on:
push:
branches: [ main, release-v* ]
branches: [ main, release-v*, release/v* ]
paths-ignore:
- "docs/**"
- "**.md"
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, release-v* ]
branches: [ main, release-v*, release/v* ]
paths-ignore:
- "docs/**"
- "**.md"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- main
- release-*
- release-v*
- release/v*
paths-ignore:
- "docs/**"
- "**.md"
Expand All @@ -13,7 +14,8 @@ on:
pull_request:
branches:
- main
- release-*
- release-v*
- release/v*
paths-ignore:
- "docs/**"
- "**.md"
Expand Down

0 comments on commit e6c51b0

Please sign in to comment.