Skip to content

Commit 3c3ce3d

Browse files
committed
fix: change branch name
1 parent 1092171 commit 3c3ce3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Alpha Release
22

33
on:
44
push:
5-
branches: [alpha]
5+
branches: [alpha/test]
66

77
jobs:
88
release:
@@ -15,4 +15,4 @@ jobs:
1515
node-version: 14
1616
npm-dist-tag: --tag alpha
1717
prerelease: true
18-
default-branch: alpha
18+
default-branch: alpha/test

0 commit comments

Comments
 (0)