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 19fb6ec commit 5e2ede6Copy full SHA for 5e2ede6
.github/workflows/after-ci.yml
@@ -41,7 +41,7 @@ jobs:
41
42
deploy-docs-preview:
43
runs-on: ubuntu-latest
44
- if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.head_branch != 'main'
+ if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.pull_requests[0] != null
45
environment:
46
name: deploy-docs-preview
47
0 commit comments