diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5677bdc..1c05fca 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -2,10 +2,10 @@ name: Test Coverage on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] jobs: build: