There was an error while loading. Please reload this page.
1 parent 5109b1d commit 1eada2eCopy full SHA for 1eada2e
1 file changed
.github/workflows/fast-forward.yml
@@ -31,7 +31,7 @@ jobs:
31
merge: true
32
comment: on-error
33
deploy-docs:
34
- if: ${{ success() && github.base_ref == 'main' }}
+ if: ${{ success() && github.event.issue.pull_request }}
35
permissions:
36
contents: write
37
needs: fast-forward
0 commit comments