Setup daily build of the Docker image (Closes #211)
This commit is contained in:
parent
aab09c43d7
commit
e4d9e04bcb
|
@ -6,6 +6,10 @@ on:
|
|||
branches:
|
||||
- "master"
|
||||
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
- cron: '0 */24 * * *' # Every 24 hours
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
|
|
Loading…
Reference in New Issue