Skip to content

Commit 03159d0

Browse files
committed
Trigger CI on Correct Branch Names
1 parent 6f1f9c7 commit 03159d0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: "Static Analysis"
33
on:
44
pull_request:
55
branches:
6-
- 'develop'
6+
- '5.x'
7+
- '6.x'
78
push:
89
branches:
9-
- 'develop'
10-
- 'master'
10+
- '5.x'
11+
- '6.x'
1112

1213
jobs:
1314

.github/workflows/testing.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: "Linting and Unit Tests"
33
on:
44
pull_request:
55
branches:
6-
- 'develop'
6+
- '5.x'
7+
- '6.x'
78
push:
89
branches:
9-
- 'develop'
10-
- 'master'
10+
- '5.x'
11+
- '6.x'
1112

1213
jobs:
1314

0 commit comments

Comments
 (0)