From 28b3ee4d0cb8e98693fda84db63d0f22f4e9bf2e Mon Sep 17 00:00:00 2001 From: Mike Benowitz Date: Tue, 9 Mar 2021 11:58:22 -0500 Subject: [PATCH] NOREF Run on all pushes --- .github/workflows/build-qa.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-qa.yml b/.github/workflows/build-qa.yml index 1b41e208..85e5506a 100644 --- a/.github/workflows/build-qa.yml +++ b/.github/workflows/build-qa.yml @@ -2,9 +2,12 @@ # build a container and deploy to ECR name: Publish qa on: - pull_request: - branches: [fc-components] - types: [pull_request] + push: + branches: + - github-actions +# pull_request: +# branches: [fc-components] +# types: [closed] jobs: publish_qa: