diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 198abf40c..31e752886 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,11 +1,9 @@ name: Ruby on: - push: - branches: - - main pull_request: branches: + # - main - dev jobs: diff --git a/package.json b/package.json index cbcd05cc5..6e824c0b9 100644 --- a/package.json +++ b/package.json @@ -144,5 +144,8 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "release": { + "branches": ["main"] } } diff --git a/release.config.js b/release.config.js deleted file mode 100644 index 2453a3a88..000000000 --- a/release.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - release: { - branches: ['main'], - }, -}