Skip to content

Commit 27a6eec

Browse files
committed
Updated ci/cd to run on maintenance branches.
1 parent 152d614 commit 27a6eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI/CD Pipeline
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, 'maintenance_*' ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, 'maintenance_*' ]
88
release:
99
types: [ published ]
1010

0 commit comments

Comments
 (0)