diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de68571..a15fdbae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: CI on: - schedule: - - cron: '30 10 * * *' + push: + branches: + - 'main' concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: