Skip to content

Commit

Permalink
forgot to switch the event name
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 10, 2023
1 parent e380519 commit 4d93f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check title
if: github.event_name != 'merge_group'
if: github.event_name == 'pull_request_target'
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4d93f0a

Please sign in to comment.