Skip to content

Commit 7656c3e

Browse files
committed
Merge branch 'main' into beta
2 parents 3964f6a + 575476f commit 7656c3e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

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

33
on:
44
push:
5-
branches: ['alpha', beta, main]
5+
branches: [alpha, beta, main]
66

77
jobs:
88
publish:

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
},
7171
"release": {
7272
"branches": [
73+
"alpha",
74+
"beta",
7375
"main"
7476
],
7577
"plugins": [

0 commit comments

Comments
 (0)