Skip to content

Commit 9f22b27

Browse files
committed
on push main
1 parent ac53cbb commit 9f22b27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test_and_release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Test and 🚀 Release
22
on:
3-
pull_request:
4-
branches:
5-
- main
63
push:
74
branches:
85
- main
@@ -44,4 +41,4 @@ jobs:
4441
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4542
run: |
4643
npm install @semantic-release/changelog @semantic-release/git --ignore-scripts --no-save
47-
npx semantic-release --dry-run
44+
npx semantic-release

0 commit comments

Comments
 (0)