Run guide workflow on pull request

This commit is contained in:
messense 2021-05-05 11:27:12 +08:00
parent 620c2730f5
commit 3402e72427
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request:
release:
types: [published]
@ -48,6 +49,7 @@ jobs:
echo "<meta http-equiv=refresh content=0;url=pyo3/index.html>" > gh-pages-build/doc/index.html
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3.7.0-8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}