From 82d37719fbbf96512a6ccc0b9521956793878435 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:12:05 -0500 Subject: [PATCH] add v3 to build --- .github/workflows/build-test-indicators.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-indicators.yml b/.github/workflows/build-test-indicators.yml index 6a784203f..b443d3898 100644 --- a/.github/workflows/build-test-indicators.yml +++ b/.github/workflows/build-test-indicators.yml @@ -2,10 +2,10 @@ name: Indicators on: push: - branches: ["main"] + branches: ["main","v3"] pull_request: - branches: ["main"] + branches: ["main","v3"] jobs: