1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-03-07 15:06:02 +03:00

Trigger scan and test workflows on merge queue events ()

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
.github/workflows

View file

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

View file

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