Skip to content

Commit

Permalink
ci(circleci): enable to run workflow on main branch
Browse files Browse the repository at this point in the history
The build and publish workflow was deactivated for the main branch
  • Loading branch information
rodrigo-md committed Oct 14, 2022
1 parent 26c6fe3 commit 831ed39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
name: Install envchecker-cli package from the distribution channel matching the branch
command: |
echo "Installing using node $(node --version)"
echo "global bin: $(yarn global bin)"
echo $PATH
yarn global add envchecker-cli@<< pipeline.git.branch >>
- run:
name: Switch to node v<<parameters.instalation-node-version>> and Run E2E tests
Expand Down Expand Up @@ -114,6 +112,7 @@ workflows:
filters:
branches:
only:
- main
- alpha
- beta
- +([0-9])?(.{+([0-9]),x}).x
Expand All @@ -126,6 +125,7 @@ workflows:
filters:
branches:
only:
- main
- alpha
- beta
- +([0-9])?(.{+([0-9]),x}).x
Expand Down

0 comments on commit 831ed39

Please sign in to comment.