Build CI - Allow Manual Trigger (#4598)
This commit is contained in:
committed by
GitHub Enterprise
parent
7af762095c
commit
cff00feaac
1
.github/workflows/android_build.yml
vendored
1
.github/workflows/android_build.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches: [ master, release-*, development ]
|
||||
pull_request:
|
||||
branches: [ master, release-*, development ]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user