only publish when tags are created

This commit is contained in:
2022-10-18 16:13:54 +02:00
parent 0c2d966059
commit ec63b8035c

View File

@@ -1,7 +1,9 @@
name: "Publish to NPM"
on:
release:
push:
tags:
- "v*"
jobs:
build: