2
0

ci: avoid triggering npm publish on any tag

This commit is contained in:
Baptiste Arnaud
2022-08-13 18:40:48 +02:00
parent e16ca64118
commit 008724a3b1

View File

@ -1,8 +1,9 @@
name: Publish package to NPM
on:
create:
tags: ['js-lib-v*']
push:
tags:
- 'js-lib-v*'
jobs:
publish: