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 88f3949 commit 40edb59Copy full SHA for 40edb59
.github/workflows/docs.yaml
@@ -395,7 +395,7 @@ jobs:
395
docs-publish:
396
name: "Publish"
397
if: |
398
- github.ref == 'refs/heads/main' &&
+ (github.ref == 'refs/heads/main' || github.event_name == 'workflow_run') &&
399
(needs.docs-build-pr-push.outputs.has_changes == 'true' || needs.docs-build-workflow-run.outputs.has_changes == 'true')
400
runs-on: ubuntu-latest
401
needs: [docs-build-pr-push, docs-build-workflow-run]
0 commit comments