Skip to content

Commit

Permalink
Merge pull request #312 from anothrNick/pr-target
Browse files Browse the repository at this point in the history
Fix event name
  • Loading branch information
anothrNick committed Apr 12, 2024
2 parents bec1ecd + 04dff0d commit 945dd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
bump-version:
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
runs-on: ubuntu-22.04
permissions:
contents: write
Expand Down

0 comments on commit 945dd6d

Please sign in to comment.