mirror of
https://github.com/Z3Prover/z3
synced 2025-09-29 12:49:02 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '0 0 */2 * *'
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue