Skip to content

Commit

Permalink
add on-push to 触发Action生成页面
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoqs committed Mar 21, 2024
1 parent 611e550 commit 2aa87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GenerateBlog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: GenerateBlog

on: [issues]
on: [issues,push]

jobs:
build:
Expand Down

0 comments on commit 2aa87ef

Please sign in to comment.