Make WordPress Core


Ignore:
Timestamp:
11/10/2021 08:58:15 PM (3 years ago)
Author:
jorbin
Message:

Build/Test: Change default GitHub branch to trunk

See: https://make.wordpress.org/core/2021/11/10/default-git-branch-for-wordpress-wordpress-develop/
See: https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/

Fixes #54399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/php-compatibility.yml

    r52002 r52130  
    55  push:
    66    branches:
    7       - master
    87      - trunk
    98      - '5.[5-9]'
     
    1413  pull_request:
    1514    branches:
    16       - master
    1715      - trunk
    1816      - '5.[5-9]'
     
    9189  slack-notifications:
    9290    name: Slack Notifications
    93     uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
     91    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    9492    needs: [ php-compatibility ]
    9593    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.