diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 799c9dda1..850de97cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,9 +5,9 @@ permissions: read-all on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] workflow_dispatch: schedule: - cron: "0 0 * * *" # Every day at midnight