From c7ec74afad1e5064d3c98caf64515b6253b4523f Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Wed, 1 May 2024 14:36:02 -0700 Subject: [PATCH] Update test.yaml Test all branches on push and pull request. --- .github/workflows/test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5cf58822..824cc23b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,9 +1,8 @@ name: Run Tests on: - push: - branches: - - main + - push + - pull_request jobs: test: