Build/Test Tools: Add tag pattern matching for the testing NPM workflow.

This workflow was missed in [50298].

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@53737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2022-07-20 18:50:36 +00:00
parent f6e21e2806
commit c48672bb83

View File

@ -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