diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99f2911..8f8d2e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,9 @@ name: Build and test project on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: