We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be9466c + 7d620f0 commit 749809eCopy full SHA for 749809e
.github/workflows/docs.yml
@@ -40,6 +40,7 @@ jobs:
40
name: Upload docs to GitHub pages
41
runs-on: ubuntu-latest
42
needs: build-docs
43
+ if: github.event_name == 'push' && github.ref_name == 'main'
44
steps:
45
- uses: actions/checkout@v3
46
- uses: actions/download-artifact@v3
0 commit comments