diff --git a/.github/workflows/deploy_aks.yml b/.github/workflows/deploy_aks.yml index 1be778f..71b8a54 100644 --- a/.github/workflows/deploy_aks.yml +++ b/.github/workflows/deploy_aks.yml @@ -4,9 +4,10 @@ on: push: branches: - master - pull_request: - branches: - - master + - 760-technical-guidance-migration + # pull_request: + # branches: + # - master concurrency: deploy-${{ github.ref }} @@ -44,7 +45,7 @@ jobs: - name: Prepare matrix environments for production id: matrix-env-main - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.event_name == 'push' run: | echo "matrix-environment=development" >> $GITHUB_OUTPUT echo "matrix-environment=production" >> $GITHUB_OUTPUT