diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index d3cc90d7..a755389f 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -21,7 +21,7 @@ jobs: contents: read runs-on: ubuntu-latest needs: tests - if: github.ref == 'refs/heads/qa2' # Note: Temporarily deploying qa2 branch to qa deployment for testing, pre-merge + if: github.ref == 'refs/heads/qa' steps: - name: Checkout repo uses: actions/checkout@v3