Skip to content

Commit 185b044

Browse files
committed
Add maintenance branch to CI push triggers
1 parent be2b8fa commit 185b044

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
push:
1010
branches:
1111
- 'main'
12+
- 'maintenance/*'
1213
pull_request:
1314
types:
1415
- opened

.github/workflows/ci/workflow_template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'maintenance/*'
78
pull_request:
89
types:
910
- opened

0 commit comments

Comments
 (0)