mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Allow test workflow to be triggered manually (#1449)
This commit is contained in:
parent
c71b1bfe9c
commit
4128f16025
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
- "hotfix-rc"
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue