diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fab7118..a2242b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Continuous Deployment on: pull_request: - branches: ['feature/PW-249-cicd'] + branches: ['develop'] push: branches: ['develop'] workflow_dispatch: