Reset schedule for deployment

This commit is contained in:
Alessandro Muntoni 2020-01-13 12:54:18 +01:00 committed by GitHub
parent 290f04cbb6
commit 154a008dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
name: CompileAndDeploy
on:
[push, pull_request] #just for test the deployment
#schedule:
# - cron: '0 0 1 * *' #every first day of the month at midnight
#[push, pull_request] #just for test the deployment
schedule:
- cron: '0 0 1 * *' #every first day of the month at midnight
jobs:
ubuntu_build: