Run the 'prevent blocked' workflow even if PR has conflicts (#3914)

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-19 07:44:41 -04:00
committed by GitHub
parent 69e908ee16
commit bb8b9d8967

View File

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