Skip to content

Commit 868e371

Browse files
don't try running doc site deploy on PRs
1 parent 3330a67 commit 868e371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-doc-site.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
path: "./doc/mkdocs/site"
3535

3636
deploy:
37+
if: ${{ github.event_name == 'push' }}
3738
runs-on: ubuntu-latest
3839
needs: build
3940

0 commit comments

Comments
 (0)