Skip to content

Commit

Permalink
feat: treat all release/v* branches as release targets (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored Oct 24, 2022
1 parent 254086a commit 49a17fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- latest
- release/v*

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions lib/content/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
{{#each releaseBranches }}
- {{ . }}
{{/each}}
- release/v*

permissions:
contents: write
Expand Down
3 changes: 3 additions & 0 deletions tap-snapshots/test/apply/source-snapshots.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ on:
branches:
- main
- latest
- release/v*
permissions:
contents: write
Expand Down Expand Up @@ -2405,6 +2406,7 @@ on:
branches:
- main
- latest
- release/v*
permissions:
contents: write
Expand Down Expand Up @@ -3750,6 +3752,7 @@ on:
branches:
- main
- latest
- release/v*
permissions:
contents: write
Expand Down

0 comments on commit 49a17fe

Please sign in to comment.