From 755f6e5a7f340c5cc0a71d83b6e322841490d83b Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Sat, 14 Sep 2024 20:03:05 -0400 Subject: [PATCH] Try to get it running --- .github/workflows/unit_tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a1e2d74e..24841326 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -2,12 +2,11 @@ name: Unit Tests on: pull_request: - paths: - - airbrakes/** - - tests/** + branches: + - '**' # Matches all branch names push: branches: - - master + - '**' # Match any branch jobs: pytest: