Skip to content

Commit 92c34cc

Browse files
committed
Attempt GA branch pattern match for version-specific branches (#1044)
Signed-off-by: Thane Thomson <[email protected]>
1 parent aef23ed commit 92c34cc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "docs/**"
99
branches:
1010
- master
11+
- 'v*.*.*'
1112
jobs:
1213
cleanup-runs:
1314
runs-on: ubuntu-latest

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "docs/**"
99
branches:
1010
- master
11+
- 'v*.*.*'
1112
jobs:
1213
cleanup-runs:
1314
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "docs/**"
99
branches:
1010
- master
11+
- 'v*.*.*'
1112
jobs:
1213
cleanup-runs:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)