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 5d9864d commit 08017edCopy full SHA for 08017ed
.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