Make WordPress Core


Ignore:
Timestamp:
11/10/2021 08:58:15 PM (2 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/coding-standards.yml

    r52002 r52130  
    66  push:
    77    branches:
    8       - master
    98      - trunk
    109      - '3.[89]'
     
    1514  pull_request:
    1615    branches:
    17       - master
    1816      - trunk
    1917      - '3.[89]'
     
    150148  slack-notifications:
    151149    name: Slack Notifications
    152     uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
     150    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    153151    needs: [ phpcs, jshint ]
    154152    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.