Skip to content

Commit 45e3ae4

Browse files
committed
Update GitHub workflow action to work with new branch names
1 parent c152978 commit 45e3ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: 'Unit Tests & Static Analysis'
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ release-1.x, release-2.x ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ release-1.x, release-2.x ]
88

99
jobs:
1010
continuous-integration:

0 commit comments

Comments
 (0)