From 87fee5f363a1dcfb8ee16d2d2e0016243b6e5dd0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 1 Nov 2024 15:15:16 +0000 Subject: [PATCH] Use production environment on GitHub --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) 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: