We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3330a67 commit 868e371Copy full SHA for 868e371
.github/workflows/build-doc-site.yml
@@ -34,6 +34,7 @@ jobs:
34
path: "./doc/mkdocs/site"
35
36
deploy:
37
+ if: ${{ github.event_name == 'push' }}
38
runs-on: ubuntu-latest
39
needs: build
40
0 commit comments