From a322081c243b5a9042fdeb916d859efb4260ce56 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 13 Nov 2023 16:41:26 -0800 Subject: [PATCH] Push IntegrationTest artifact --- .github/workflows/ecr-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecr-publish.yml b/.github/workflows/ecr-publish.yml index ce4810d4..3e42252a 100644 --- a/.github/workflows/ecr-publish.yml +++ b/.github/workflows/ecr-publish.yml @@ -1,7 +1,7 @@ on: push: branches: - - master + - IntegrationTest jobs: build_push_sample_app_image: name: Build and Push Sample App docker image