diff --git a/.github/workflows/deploy_qa.yml b/.github/workflows/deploy_qa.yml index d49665da08..d6f8a18499 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: [master, otel-qa] permissions: contents: read @@ -98,7 +98,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