From c24648d23889f1cf15ad8a2fe1984d57a583ae3e Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:55:29 -0400 Subject: [PATCH] ci: Update triggers to build all Pull Requests (#1209) --- .github/workflows/test-indicators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-indicators.yml b/.github/workflows/test-indicators.yml index 2ca582345..72d8ef4d6 100644 --- a/.github/workflows/test-indicators.yml +++ b/.github/workflows/test-indicators.yml @@ -5,7 +5,7 @@ on: branches: ["main"] pull_request: - branches: ["main"] + types: [opened, synchronize, reopened] jobs: test: