From c48672bb83a37c623f558090e2b30959e240a1e8 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 20 Jul 2022 18:50:36 +0000 Subject: [PATCH] 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 --- .github/workflows/test-npm.yml | 3 +++ 1 file changed, 3 insertions(+) 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