diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 46016ff..c723d98 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -3,7 +3,7 @@ name: Unit Testing on: push: branches: - - master + - main pull_request: # Allows you to run this workflow manually from the Actions tab