diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 91bd81859c..8a6a4a49d3 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -6,6 +6,9 @@ on: - trunk - '3.[7-9]' - '[4-9].[0-9]' + tags: + - '[0-9]+.[0-9]' + - '[0-9]+.[0-9].[0-9]+' pull_request: branches: - trunk