Skip to content

Commit dfc8a85

Browse files
authored
Update branch names for GHA workflows (#1646)
1 parent b846aa9 commit dfc8a85

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

.github/workflows/arginfo-files.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
pull_request:
55
branches:
66
- "v*.*"
7-
- "master"
87
- "feature/*"
98
push:
109
branches:
1110
- "v*.*"
12-
- "master"
1311
- "feature/*"
1412

1513
env:

.github/workflows/clang-format.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
pull_request:
55
branches:
66
- "v*.*"
7-
- "master"
87
- "feature/*"
98
push:
109
branches:
1110
- "v*.*"
12-
- "master"
1311
- "feature/*"
1412

1513
env:

.github/workflows/composer-validate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
pull_request:
55
branches:
66
- "v*.*"
7-
- "master"
87
- "feature/*"
98
push:
109
branches:
1110
- "v*.*"
12-
- "master"
1311
- "feature/*"
1412

1513
jobs:

.github/workflows/merge-up.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
pull_request:
55
branches:
66
- "v*.*"
7-
- "master"
87
- "feature/*"
98
push:
109
branches:
1110
- "v*.*"
12-
- "master"
1311
- "feature/*"
1412

1513
jobs:

0 commit comments

Comments
 (0)