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