Skip to content

Commit

Permalink
REMOVE THIS env test
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Apr 5, 2022
1 parent a3c11fb commit c9656ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-vue-storefront-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
- develop
- enterprise
- M2-189-refactor-config
- release/*

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c9656ca

Please sign in to comment.