We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e643b57 commit 34f781bCopy full SHA for 34f781b
.github/workflows/docs.yml
@@ -46,6 +46,7 @@ jobs:
46
47
publish-docs:
48
needs: build-docs
49
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
50
runs-on: ubuntu-22.04
51
steps:
52
- name: Download Documentation
0 commit comments