diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2448c17..9326f30 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,8 +1,8 @@ -name: CI/CD Pipeline +name: CI & CD pipeline on: push: - branches: [ main, develop, 'feature/**' ] + branches: [ main, 'develop', 'dev-*', 'feature/**' ] pull_request: branches: [ main, develop ] @@ -70,7 +70,6 @@ jobs: if: success() && github.ref == 'refs/heads/main' environment: name: production - url: https://${{ vars.SERVER_HOST || secrets.SERVER_HOST }} steps: - name: Checkout code