Skip to content

Commit 35fc0cb

Browse files
authored
feat: run release workflow on next, beta, v*.x branches
1 parent 5813a19 commit 35fc0cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/create-release-action.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
push:
1111
branches:
1212
- master
13+
- next
14+
- beta
15+
- "v*.x" # maintenance release branches, e.g. v1.x
1316
1417
jobs:
1518
release:

0 commit comments

Comments
 (0)