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