We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c66a3 commit 598c95fCopy full SHA for 598c95f
.github/workflows/docs.yml
@@ -51,7 +51,7 @@ jobs:
51
52
deploy:
53
needs: build-docs
54
- if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request' && github.event_name != 'merge_group'
55
permissions:
56
pages: write
57
id-token: write
0 commit comments