8000 ci: run release workflow on other branches as well · octokit/plugin-retry.js@af332c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit af332c9

Browse files
committed
ci: run release workflow on other branches as well
1 parent 6b8011e commit af332c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release
33
push:
44
branches:
55
- main
6+
- next
7+
- beta
8+
- "*.x"
69
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
710
permissions:
811
contents: write # to be able to publish a GitHub release

0 commit comments

Comments
 (0)
0