mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
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:
parent
f6e21e2806
commit
c48672bb83
3
.github/workflows/test-npm.yml
vendored
3
.github/workflows/test-npm.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user