Skip to content

Commit 079dddc

Browse files
committed
ci: add pr events to run deploy
1 parent 3ccd861 commit 079dddc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pages.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- master # default branch
7-
7+
pull_request:
8+
branches:
9+
- master # default branch
810
jobs:
911
pages:
1012
runs-on: ubuntu-latest
@@ -36,4 +38,4 @@ jobs:
3638
uses: peaceiris/actions-gh-pages@v3
3739
with:
3840
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: ./website
41+
publish_dir: ./website

0 commit comments

Comments
 (0)