Skip to content

Commit d6225dc

Browse files
chore: minor fix in workflow yml
1 parent d1e4698 commit d6225dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
jobs:
129
versioning:
@@ -48,7 +45,7 @@ jobs:
4845
4946
# Optionally, you can include a job to deploy to npm
5047
publish:
51-
needs: release
48+
needs: versioning
5249
runs-on: ubuntu-latest
5350
steps:
5451
# Publish to npm

0 commit comments

Comments
 (0)