Merge pull request #405 from kiwix/schedule

Schedule a base build everyday.
This commit is contained in:
Matthieu Gautier 2020-02-05 11:41:41 +01:00 committed by GitHub
commit fde12d47f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: Build Base
on: [push]
on:
push:
schedule:
- cron: '45 10 * * *'
env:
DOCKER_VERSION: 26