diff --git a/.github/workflows/deploy-vue-storefront-cloud.yml b/.github/workflows/deploy-vue-storefront-cloud.yml index 7015d177b..03e36cbad 100644 --- a/.github/workflows/deploy-vue-storefront-cloud.yml +++ b/.github/workflows/deploy-vue-storefront-cloud.yml @@ -4,7 +4,7 @@ on: branches: - main - develop - - enterprise + - M2-189-refactor-config - release/* jobs: @@ -100,7 +100,7 @@ jobs: deploy-enterprise: uses: ./.github/workflows/deployment-template.yml needs: build - if: github.ref == 'refs/heads/enterprise' + if: github.ref == 'refs/heads/M2-189-refactor-config' with: github_environment_name: enterprise environment_code: demo-magento2-enterprise