Skip to content

Commit afd8580

Browse files
committed
Merge branch 'main' into alpha
2 parents b900194 + 575476f commit afd8580

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
branches:
6-
- alpha
7-
- beta
8-
- main
5+
branches: [alpha, beta, main]
96

107
jobs:
118
publish:

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
},
7373
"release": {
7474
"branches": [
75+
"alpha",
76+
"beta",
7577
"main"
7678
],
7779
"plugins": [

0 commit comments

Comments
 (0)