diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe49094..8300865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '0 0 * * 1' # At 00:00 on Monday.