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 c97495e commit bb423a0Copy full SHA for bb423a0
1 file changed
.github/workflows/deploy-fork.yml
@@ -13,7 +13,7 @@ concurrency:
13
14
jobs:
15
deploy-fork:
16
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
17
permissions:
18
actions: read
19
contents: read
0 commit comments