From 468efd554704f404b9e0d9eb0cc5ea071ba5156e Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Thu, 21 Sep 2023 15:18:10 -0600 Subject: [PATCH] temporarily allow the test to run on any branch so we can see if it works --- .github/workflows/sage-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sage-test.yml b/.github/workflows/sage-test.yml index f387b439..9869bb0d 100644 --- a/.github/workflows/sage-test.yml +++ b/.github/workflows/sage-test.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - main + - '**' paths: - '/private/scripts/**' jobs: