diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 736c430..3a823bf 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -1,8 +1,5 @@ name: Test and 🚀 Release on: - pull_request: - branches: - - main push: branches: - main @@ -44,4 +41,4 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | npm install @semantic-release/changelog @semantic-release/git --ignore-scripts --no-save - npx semantic-release --dry-run \ No newline at end of file + npx semantic-release \ No newline at end of file