Skip to content

Commit

Permalink
Attempt GA branch pattern match for version-specific branches (#1044) (
Browse files Browse the repository at this point in the history
…#1045)

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Dec 7, 2021
1 parent aef23ed commit 49d3783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "docs/**"
branches:
- master
- 'v*.*.*'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "docs/**"
branches:
- master
- 'v*.*.*'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "docs/**"
branches:
- master
- 'v*.*.*'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49d3783

Please sign in to comment.