Skip to content

Commit

Permalink
🔧 Run GH workflows on stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 21, 2024
1 parent 268bdc7 commit fc512e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- 'main'
- '*-maintenance'
- '*-stable'
- '*-dev'
tags:
- '!*' # Do not execute on tags
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
branches:
- 'main'
- '*-maintenance'
- '*-dev'
- '*-stable'
- '*-dev'
tags:
- '!*' # Do not execute on tags
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- 'main'
- '*-maintenance'
- '*-stable'
- '*-dev'
tags:
- '!*' # Do not execute on tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsupported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- 'main'
- '*-maintenance'
- '*-stable'
- '*-dev'
tags:
- '!*' # Do not execute on tags
Expand Down

0 comments on commit fc512e0

Please sign in to comment.