We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3a8a3 commit dd32e55Copy full SHA for dd32e55
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
publish-npm-pacakge:
66
needs: test
67
- if: "false"
+ if: (github.event_name == 'push')
68
69
runs-on: windows-latest
70
0 commit comments