Skip to content

Commit dd32e55

Browse files
committed
enable npm package publishing
1 parent ae3a8a3 commit dd32e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
publish-npm-pacakge:
6666
needs: test
67-
if: "false"
67+
if: (github.event_name == 'push')
6868

6969
runs-on: windows-latest
7070

0 commit comments

Comments
 (0)