Make WordPress Core


Ignore:
Timestamp:
03/02/2021 03:26:03 PM (6 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r50446 r50473  
    55    branches:
    66      - master
     7      - trunk
    78      - '3.[7-9]'
    89      - '[4-9].[0-9]'
     
    1314    branches:
    1415      - master
     16      - trunk
    1517      - '3.[7-9]'
    1618      - '[4-9].[0-9]'
Note: See TracChangeset for help on using the changeset viewer.