We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ccd02 commit a35f6b6Copy full SHA for a35f6b6
.github/workflows/cd-npm.yml
@@ -2,9 +2,8 @@ name: Continuous deployment (NPM)
2
3
on:
4
workflow_dispatch:
5
- push:
6
- release:
7
- types: [published]
+ release:
+ types: [published]
8
9
jobs:
10
build-and-deploy:
0 commit comments