We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c152978 commit 45e3ae4Copy full SHA for 45e3ae4
.github/workflows/testing.yml
@@ -2,9 +2,9 @@ name: 'Unit Tests & Static Analysis'
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ release-1.x, release-2.x ]
6
pull_request:
7
8
9
jobs:
10
continuous-integration:
0 commit comments