diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 76435db3..ee91785d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -4,8 +4,8 @@ on: push: branches: - master - schedule: - - cron: '0 10 * * *' # Once per day at 10am UTC + schedule: + - cron: '0 10 * * *' # Once per day at 10am UTC jobs: build: