Skip to content

Commit f560e2e

Browse files
committed
Run CI on support-* branches
This enables release review for releases that precede the current release. This was found necessary from efforts on PR 145. References: * #145 Signed-off-by: Alex Nelson <[email protected]>
1 parent 7218997 commit f560e2e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ on:
1919
branches:
2020
- main
2121
- develop
22+
- support-*
2223
pull_request:
2324
branches:
2425
- main
2526
- develop
27+
- support-*
2628
release:
2729
types:
2830
- published

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
pull_request:
2222
branches:
2323
- main
24+
- support-*
2425

2526
jobs:
2627
build:

0 commit comments

Comments
 (0)