From 6ec904b8587cea128b108e49c987eb618787ec5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janusz=20Kamie=C5=84ski?= <200957+ivellios@users.noreply.github.com> Date: Sat, 25 May 2024 19:58:53 +0200 Subject: [PATCH] limit only deployment to the prod environment --- .github/workflows/build_and_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 83ffbf5..1d59369 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -7,7 +7,6 @@ jobs: build: name: Build runs-on: ubuntu-latest - environment: production steps: - uses: actions/checkout@v4 - name: Setting up node.js