feat: CI/CD skip directly to deployment for testing stage

This commit is contained in:
sBubshait 2025-07-27 09:46:53 +03:00
parent a72ec8e3f0
commit 452cf41980

View File

@ -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