Skip to content

Commit

Permalink
set master branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 2, 2021
1 parent 3d538d4 commit 8a6a313
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
executor:
name: node/default
tag: '12'
environment:
# since we do not need Cypress to publish the NPM package
# we can skip the binary download
CYPRESS_INSTALL_BINARY: 0
steps:
- checkout
- node/with-cache:
Expand Down Expand Up @@ -188,12 +192,13 @@ workflows:
# since we might want to release a beta version
requires:
- build
- 'basic test'
- 'html-pages'
- 'recommended test'
- 'recording test'
- 'test-twice'
- 'test-prebuild-only'
- test-using-chromium
- test-netlify-dev
- 'routing'
# temporary while publishing pre-release
# - 'basic test'
# - 'html-pages'
# - 'recommended test'
# - 'recording test'
# - 'test-twice'
# - 'test-prebuild-only'
# - test-using-chromium
# - test-netlify-dev
# - 'routing'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"release": {
"branches": [
{ "name": "main" },
{ "name": "master" },
{
"name": "prepare-v2",
"prerelease": true
Expand Down

0 comments on commit 8a6a313

Please sign in to comment.