From 81c43a1625711da3d4b3796dbeae824a9f0ec9da Mon Sep 17 00:00:00 2001 From: Tim Konick Date: Tue, 15 Oct 2024 10:48:23 -0400 Subject: [PATCH] Add "testing" to github-actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6bb6926c4..e4e1826a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: pull_request: types: [ opened, reopened, synchronize ] push: - branches: [ "main" ] + branches: [ "main", "testing" ] jobs: build-automq: