From 58c2615d48f469d3984bcbfd61ab79ddcd948d43 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:29:12 -0400 Subject: [PATCH] ci: cleanup --- .github/workflows/build-test-indicators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-indicators.yml b/.github/workflows/build-test-indicators.yml index 4b99ce71f..c1cf60b17 100644 --- a/.github/workflows/build-test-indicators.yml +++ b/.github/workflows/build-test-indicators.yml @@ -2,7 +2,7 @@ name: Indicators on: push: - branches: ["main", "v3"] + branches: ["main"] pull_request: types: [synchronize]