diff --git a/.github/workflows/CompileAndDeploy.yml b/.github/workflows/CompileAndDeploy.yml index 675ecf531..3acb77a71 100755 --- a/.github/workflows/CompileAndDeploy.yml +++ b/.github/workflows/CompileAndDeploy.yml @@ -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: