diff --git a/.github/workflows/testing_and_coverage.yml b/.github/workflows/testing_and_coverage.yml index 4ccce48..5d337dd 100644 --- a/.github/workflows/testing_and_coverage.yml +++ b/.github/workflows/testing_and_coverage.yml @@ -4,6 +4,8 @@ on: pull_request: paths: - 'client/src/**.ts' + branches: + - main push: paths: - 'client/src/**.ts'