mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
Allow test workflow to be triggered manually (#1449)
This commit is contained in:
committed by
Álison Fernandes
parent
c71b1bfe9c
commit
4128f16025
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
- "hotfix-rc"
|
- "hotfix-rc"
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user