Build/Test Tools: Run automated testing when tags are created.

This expands the list of events that triggers automated testing to include tags.

It also refines the matched version ranges for several workflows.

See #50401.

git-svn-id: https://develop.svn.wordpress.org/trunk@50298 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-02-12 16:01:54 +00:00
parent e3a98e8f55
commit 14c3fb1d43
6 changed files with 27 additions and 7 deletions

View File

@@ -4,7 +4,12 @@ on:
push:
branches:
- master
- '*.*'
# JavaScript testing was introduced in WordPress 3.8.
- '3.[89]'
- '[4-9].[0-9]'
tags:
- '3.[89]*'
- '[4-9].[0-9]*'
pull_request:
jobs: