From 9f22b2713c726a308b10c35679dda160cb79cf3b Mon Sep 17 00:00:00 2001 From: Sally Mclean Date: Mon, 15 Jul 2024 18:58:27 +0200 Subject: [PATCH] on push main --- .github/workflows/test_and_release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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