From 3a2e88cc971e8dd609ee1ef83c6bcbdbd0869b99 Mon Sep 17 00:00:00 2001 From: Corey Applegate Date: Sat, 14 Dec 2024 12:43:28 -0600 Subject: [PATCH] Run Actions on all branches --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c7fba7..3864095 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: - main # Run on pushes to the main branch (or adjust as needed) + - '**' pull_request: branches: - main # Run on pull requests to the main branch