Skip to content

Commit 5858396

Browse files
authored
Update branch names for GHA workflows (#1390)
1 parent a829d24 commit 5858396

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

.github/workflows/coding-standards.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
pull_request:
66
branches:
77
- "v*.*"
8-
- "master"
98
- "feature/*"
109
push:
1110
branches:
1211
- "v*.*"
13-
- "master"
1412
- "feature/*"
1513

1614
env:

.github/workflows/generator.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
pull_request:
66
branches:
77
- "v*.*"
8-
- "master"
98
- "feature/*"
109
push:
1110
branches:
1211
- "v*.*"
13-
- "master"
1412
- "feature/*"
1513

1614
env:

.github/workflows/merge-up.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Merge up
33
on:
44
push:
55
branches:
6-
- "v[0-9]+.[0-9]+"
6+
- "v[0-9]+.[0-9x]+"
77

88
env:
99
GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}

.github/workflows/static-analysis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
pull_request:
66
branches:
77
- "v*.*"
8-
- "master"
98
- "feature/*"
109
push:
1110
branches:
1211
- "v*.*"
13-
- "master"
1412
- "feature/*"
1513
workflow_call:
1614
inputs:

.github/workflows/tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55
pull_request:
66
branches:
77
- "v*.*"
8-
- "master"
98
- "feature/*"
109
push:
1110
branches:
1211
- "v*.*"
13-
- "master"
1412
- "feature/*"
1513

1614
env:

0 commit comments

Comments
 (0)