mirror of
https://github.com/Z3Prover/z3
synced 2026-04-27 22:33:35 +00:00
Add workflow_dispatch trigger to android-build.yml
This commit is contained in:
parent
e3dc7081fa
commit
559fd2f0aa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/android-build.yml
vendored
1
.github/workflows/android-build.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Android Build
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 */2 * *'
|
- cron: '0 0 */2 * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue