fix CI run on tag push

This commit is contained in:
Matthias Kretschmann 2021-02-01 00:28:30 +01:00
parent 13f6ca7caf
commit 8730c228e0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- '**'
pull_request:
branches:
- '**'
@ -42,4 +44,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}