mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Run build every fourth day
This commit is contained in:
parent
458664e240
commit
8f40a10aec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-master-buildozer.yml
vendored
2
.github/workflows/build-master-buildozer.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: 0 0 * * * # at 00:00 UTC every day
|
||||
- cron: 0 0 */4 * * # at 00:00 UTC every fourth day
|
||||
|
||||
jobs:
|
||||
# Build job. Builds app for Android with Buildozer
|
||||
|
|
Loading…
Reference in a new issue