mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Trigger scan and test workflows on merge queue events (#4037)
This commit is contained in:
parent
8ae6433906
commit
60fce08c7e
2 changed files with 4 additions and 0 deletions
2
.github/workflows/scan.yml
vendored
2
.github/workflows/scan.yml
vendored
|
@ -9,6 +9,8 @@ on:
|
|||
- "hotfix-rc"
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
jobs:
|
||||
check-run:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
- "hotfix-rc"
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
merge_group:
|
||||
type: [checks_requested]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue