chore(ci): fix workflow not triggering on pull request

This commit is contained in:
Arthur Meyre
2025-01-06 18:52:46 +01:00
parent 53fed5eb21
commit 721cb3bcbf

View File

@@ -21,7 +21,7 @@ on:
jobs:
check-user-permission:
if: github.event_name == 'pull_request_target'
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
uses: ./.github/workflows/check_triggering_actor.yml
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}