From e38c56f1532c086ca91465a73730fca57c3aa602 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:40:14 -0400 Subject: [PATCH] Trigger on pull requests to main and develop --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4798d64..ee4104a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,10 @@ name: Run Tests on: - - push + pull_request: + branches: + - main + - develop jobs: test: