mirror of
https://github.com/Z3Prover/z3
synced 2025-09-29 20:59:01 +00:00
Add scheduled trigger for Android build workflow
This commit is contained in:
parent
7efcda2674
commit
ff6a4f9b12
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android-build.yml
vendored
4
.github/workflows/android-build.yml
vendored
|
@ -1,8 +1,8 @@
|
||||||
name: Android Build
|
name: Android Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches: [ master ]
|
- cron: '0 0 */2 * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue