Skip to content

Commit 1d446a4

Browse files
committed
feat: automate release
Signed-off-by: seven <zilisheng1996@gmail.com>
1 parent dbfdb98 commit 1d446a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/page-site.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: generate page site
22
on:
3-
release:
4-
types: [created]
3+
push:
4+
branches: [master]
5+
pull_request:
6+
branches: [master]
57

68
jobs:
79
publish:

0 commit comments

Comments
 (0)