Skip to content

Commit e19a531

Browse files
committed
allow publish to run on all the primary branches
1 parent e3ba14a commit e19a531

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# For every push to the primary branch with .release-plan.json modified,
2-
# runs release-plan.
1+
# Every push to any of the primary branches (master, beta, release) with .release-plan.json modified,
2+
# runs release-plan publish.
33

4-
name: Publish Stable (Alpha)
4+
name: Publish
55

66
on:
77
workflow_dispatch:
88
push:
99
branches:
1010
- main
1111
- master
12+
- release
13+
- beta
1214
paths:
1315
- ".release-plan.json"
1416

0 commit comments

Comments
 (0)