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

    r52002 r52130  
    55  push:
    66    branches:
    7       - master
    87      - trunk
    98    paths:
     
    172171  slack-notifications:
    173172    name: Slack Notifications
    174     uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
     173    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    175174    needs: [ test-coverage-report ]
    176175    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.