diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4341cdc..3dde253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master, staging, trying] + branches: [main, staging, trying] pull_request: branches: [main]