Skip to content

Commit

Permalink
ci: avoid triggering npm publish on any tag
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Aug 13, 2022
1 parent e16ca64 commit 008724a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-lib-to-npm.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish package to NPM

on:
create:
tags: ['js-lib-v*']
push:
tags:
- 'js-lib-v*'

jobs:
publish:
Expand Down

0 comments on commit 008724a

Please sign in to comment.