diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a31513..ae3e4a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI on: - schedule: [{cron: '0 0 * * *'}] + # schedule: [{cron: '0 0 * * *'}] push: {branches: master} jobs: build-deploy: