Skip to content

Commit

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

Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Dec 7, 2021
1 parent 3381ea7 commit f739e86
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 f739e86

Please sign in to comment.