Skip to content

Commit f2055a3

Browse files
committed
chore: fix branches config
1 parent 3d366dd commit f2055a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Release
22
on:
3-
# comment this if you want to release by manual trigger action
3+
# 合并后自动发布
44
push:
5-
branches: [ main ]
5+
branches: [ master, main ]
66

7-
# manual trigger action at GitHub Actions Tab
7+
# 手动发布
88
workflow_dispatch: {}
99

1010
jobs:

0 commit comments

Comments
 (0)