Skip to content

Commit

Permalink
on push main
Browse files Browse the repository at this point in the history
  • Loading branch information
salza80 committed Jul 15, 2024
1 parent ac53cbb commit 9f22b27
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test and 🚀 Release
on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down Expand Up @@ -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
npx semantic-release

0 comments on commit 9f22b27

Please sign in to comment.