We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d7825 commit 04dff0dCopy full SHA for 04dff0d
1 file changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
bump-version:
16
- if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
+ if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
17
runs-on: ubuntu-22.04
18
permissions:
19
contents: write
0 commit comments