From b868889fc7a63f4c0da53ac1e1ac33350140d626 Mon Sep 17 00:00:00 2001 From: "David H." <22520563+NewJerseyStyle@users.noreply.github.com> Date: Sat, 19 Oct 2024 07:27:55 +0800 Subject: [PATCH] Fix #37 for math test and bundlewatch --- .github/workflows/bundlewatch.yml | 2 +- .github/workflows/test-clojure.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 4726d056c..2b0fbb315 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -4,7 +4,7 @@ on: push: # Required so that baseline for comparison is pushed to bundlewatch service. branches: - - edge + - edge-* paths: - .github/workflows/bundlewatch.yml - client-admin/** diff --git a/.github/workflows/test-clojure.yml b/.github/workflows/test-clojure.yml index c3188329c..b745092c5 100644 --- a/.github/workflows/test-clojure.yml +++ b/.github/workflows/test-clojure.yml @@ -2,7 +2,6 @@ name: Test Math on: push: - branches: ["dev", "504-clj-tests"] # Note: Only configured for client-admin right now. paths: - .github/workflows/test-clojure.yml