diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2487f707..c51430384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Continuous integration on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: ci: