We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bec1ecd + 04dff0d commit 945dd6dCopy full SHA for 945dd6d
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