From 16d11b4e96fb95f103fcb8384bcae7b72d514413 Mon Sep 17 00:00:00 2001 From: "David.Houck" Date: Thu, 15 Feb 2024 14:40:26 -0500 Subject: [PATCH] chore: (IAC-1330) Update container structure workflow to run acceptance test on pushes to staging branch --- .github/workflows/container-structure-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-structure-test.yml b/.github/workflows/container-structure-test.yml index 5c53155e..02bb137b 100644 --- a/.github/workflows/container-structure-test.yml +++ b/.github/workflows/container-structure-test.yml @@ -1,7 +1,7 @@ name: Container Structure Test on: push: - branches: [ main ] + branches: [ main, staging ] pull_request: branches: [ main ]