Skip to content

Commit 03ccd02

Browse files
committed
ci: trigger on release
1 parent d0432de commit 03ccd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Continuous deployment (NPM)
33
on:
44
workflow_dispatch:
55
push:
6-
tags:
7-
- '**'
6+
release:
7+
types: [published]
88

99
jobs:
1010
build-and-deploy:

0 commit comments

Comments
 (0)