diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2ceab9aa..4e670a96 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -58,6 +58,7 @@ jobs: name: Deploy needs: test runs-on: ubuntu-latest + environment: production if: github.ref == 'refs/heads/main' concurrency: deploy-group # optional: ensure only one action runs at a time steps: