From 0474c1d462dcfb61c0a8b6a6795513eefa478739 Mon Sep 17 00:00:00 2001 From: Ryan Cummings Date: Fri, 4 Oct 2024 16:45:00 -0600 Subject: [PATCH] more tests of github actions incorrect pattern matching --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f54f529..6406b1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: "Release" on: push: - branches: release + branches: ThisShouldntMatchAnything jobs: # This job will run a regression test suite. Future work will