1
0
Fork 0
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:
Artem Bulgakov 2020-06-25 11:18:25 +03:00 committed by GitHub
parent 3a50ac4ea9
commit 458664e240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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