From 2b4db7739df06cd9ef9d8d192fb1fec6be179efb Mon Sep 17 00:00:00 2001 From: Chris Gaffney Date: Mon, 18 Nov 2024 09:41:25 -0500 Subject: [PATCH] Enable actions on pull requests for main --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d46c722..b512de9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,8 +2,9 @@ name: Run Tests on: push: - branches: - - "main" + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: spec: