Skip to content

Commit

Permalink
Fix event name
Browse files Browse the repository at this point in the history
  • Loading branch information
anothrNick committed Apr 12, 2024
1 parent 66d7825 commit 04dff0d
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 04dff0d

Please sign in to comment.