mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Run build with Buildozer master every fourth day
This commit is contained in:
parent
6153bee235
commit
569fc279e8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-master-buildozer.yml
vendored
2
.github/workflows/build-master-buildozer.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
branches-ignore:
|
||||
- data
|
||||
- gh-pages
|
||||
schedule:
|
||||
- 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