build npm only on final release

This commit is contained in:
Jan Prochazka 2021-02-14 11:46:29 +01:00
parent d34524c3d0
commit 75a429b74f

View File

@ -5,8 +5,8 @@ name: NPM packages
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+'
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v[0-9]+.[0-9]+.[0-9]+'
# - 'v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+'
# on:
# push: