Skip to content

Commit b94941f

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. Cherry pick extra effects: This patch also cleans up some dangling whitespace flagged by `git diff`. References: * #145 Signed-off-by: Alex Nelson <[email protected]> (cherry picked from commit f560e2e)
1 parent 53958f9 commit b94941f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ name: Continuous Integration
1313

1414
on:
1515
push:
16-
branches: [ main, develop ]
16+
branches:
17+
- main
18+
- develop
19+
- support-*
1720
pull_request:
18-
branches: [ main, develop ]
21+
branches:
22+
- main
23+
- develop
24+
- support-*
1925

2026
jobs:
2127
build:
@@ -45,7 +51,7 @@ jobs:
4551
run: make clean
4652
- name: Run tests
4753
run: make PYTHON3=python check
48-
54+
4955
# Build the binary wheel as well as the source tar
5056
- name: Build Objects
5157
run: |

0 commit comments

Comments
 (0)