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/test-npm.yml

    r52002 r52130  
    44  push:
    55    branches:
    6       - master
    76      - trunk
    87      - '3.[7-9]'
     
    109  pull_request:
    1110    branches:
    12       - master
    1311      - trunk
    1412      - '3.[7-9]'
     
    158156  slack-notifications:
    159157    name: Slack Notifications
    160     uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
     158    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    161159    needs: [ test-npm, test-npm-macos ]
    162160    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.