Build/Test Tools: Run automated testing workflows for trunk branch.

This ensures a seamless transition when the primary branch is changed from `master` to `trunk` in the GitHub mirror. Once the transition is completed, the `master` branch can be removed.

See https://make.wordpress.org/systems/2021/03/02/update-git-wordpress-org-to-rename-master-to-trunk/ and https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/.

See #52625.

git-svn-id: https://develop.svn.wordpress.org/trunk@50473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-03-02 15:26:03 +00:00
parent fe875e424a
commit 1ca0e68fc1
6 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
push:
branches:
- master
- trunk
- '3.[89]'
- '[4-9].[0-9]'
tags:
@@ -14,6 +15,7 @@ on:
pull_request:
branches:
- master
- trunk
- '3.[89]'
- '[4-9].[0-9]'

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- master
- trunk
- '5.[3-9]'
- '[6-9].[0-9]'
tags:
@@ -13,6 +14,7 @@ on:
pull_request:
branches:
- master
- trunk
- '5.[3-9]'
- '[6-9].[0-9]'

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- master
- trunk
- '3.[89]'
- '[4-9].[0-9]'
tags:
@@ -13,6 +14,7 @@ on:
pull_request:
branches:
- master
- trunk
- '3.[89]'
- '[4-9].[0-9]'

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- master
- trunk
- '5.[5-9]'
- '[6-9].[0-9]'
tags:
@@ -13,6 +14,7 @@ on:
pull_request:
branches:
- master
- trunk
- '5.[5-9]'
- '[6-9].[0-9]'

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- trunk
- '3.[7-9]'
- '[4-9].[0-9]'
tags:
@@ -12,6 +13,7 @@ on:
pull_request:
branches:
- master
- trunk
- '3.[7-9]'
- '[4-9].[0-9]'
# Once weekly On Sundays at 00:00 UTC.

View File

@@ -4,11 +4,13 @@ on:
push:
branches:
- master
- trunk
- '3.[7-9]'
- '[4-9].[0-9]'
pull_request:
branches:
- master
- trunk
- '3.[7-9]'
- '[4-9].[0-9]'