From 23f01e327112623d74846c1364a9516ec2a6bed8 Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Fri, 18 Oct 2024 07:43:55 -0400 Subject: [PATCH] Push to qa for testing --- .github/workflows/deploy_qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_qa.yml b/.github/workflows/deploy_qa.yml index 30cc2b46df..c3aba569b5 100644 --- a/.github/workflows/deploy_qa.yml +++ b/.github/workflows/deploy_qa.yml @@ -2,7 +2,7 @@ name: "Deploy Update to QA Server" on: push: - branches: [master] + branches: [aws-ecr, master] permissions: contents: read @@ -93,7 +93,7 @@ jobs: deploy_update: needs: build # Only push to the QA server when built on the master branch - if: ${{ github.ref_name == 'master' }} + #if: ${{ github.ref_name == 'master' }} runs-on: [self-hosted, thecombine] steps: - name: Harden Runner