diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ec0fb3..9e2ec68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,8 @@ name: CI on: pull_request: - schedule: [ cron: "40 1 * * *" ] + branches: + - main permissions: contents: read