Trigger scan and test workflows on merge queue events (#4037)

This commit is contained in:
Patrick Honkonen 2024-10-07 08:52:41 -04:00 committed by GitHub
parent 8ae6433906
commit 60fce08c7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ on:
- "hotfix-rc"
pull_request_target:
types: [opened, synchronize]
merge_group:
types: [checks_requested]
jobs:
check-run:

View file

@ -8,6 +8,8 @@ on:
- "hotfix-rc"
pull_request_target:
types: [opened, synchronize]
merge_group:
type: [checks_requested]
workflow_dispatch:
env: