Skip to content

Commit 0b618ac

Browse files
committed
deploy: enable deploy on pull request
1 parent ad18fcf commit 0b618ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-docs..yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: 部署博客
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
78

89
jobs:
910
deploy-gh-pages:

0 commit comments

Comments
 (0)