Run the 'prevent blocked' workflow even if PR has conflicts

See the description of pull_request versus pull_request_target documented at https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request.
This commit is contained in:
Robin
2025-03-18 14:44:11 -04:00
parent 7d6a60a6ad
commit a304f37705

View File

@@ -1,6 +1,6 @@
name: Prevent blocked
on:
pull_request:
pull_request_target:
types: [opened, labeled, unlabeled]
jobs:
prevent-blocked: