From 2e635d0aad3b77a0174a04329c1880b721ab9b89 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..2f45f39a 100644 --- a/.github/workflows/container-structure-test.yml +++ b/.github/workflows/container-structure-test.yml @@ -3,7 +3,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, staging ] jobs: acceptance: