From 452cf4198057c4be634d64268230be4eab5e3cce Mon Sep 17 00:00:00 2001 From: sBubshait Date: Sun, 27 Jul 2025 09:46:53 +0300 Subject: [PATCH] feat: CI/CD skip directly to deployment for testing stage --- .github/workflows/deploy-prod.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index a7231d7..1615f6c 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -8,7 +8,6 @@ on: jobs: deploy: name: Deploy to Production - needs: build_and_push runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' environment: production