We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e38757 commit 908592fCopy full SHA for 908592f
1 file changed
.github/workflows/docs.yml
@@ -38,7 +38,7 @@ jobs:
38
39
docs-deploy:
40
name: Deploy
41
- if: ${{ github.event.workflow_run.event == 'push' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
42
needs: docs-build
43
runs-on: ubuntu-slim
44
0 commit comments