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.
2 parents eeda5fa + e944c00 commit 665afc1Copy full SHA for 665afc1
.github/workflows/docs.yml
@@ -46,7 +46,7 @@ jobs:
46
47
publish-docs:
48
needs: build-docs
49
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
50
runs-on: ubuntu-22.04
51
steps:
52
- name: Download Documentation
0 commit comments