diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c429f27..d2472a9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,9 +5,10 @@ name: Run tests and coverage on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] + workflow_dispatch: jobs: build: