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/phpunit-tests.yml

    r52002 r52130  
    44  push:
    55    branches:
    6       - master
    76      - trunk
    87      - '3.[7-9]'
     
    1312  pull_request:
    1413    branches:
    15       - master
    1614      - trunk
    1715      - '3.[7-9]'
     
    232230
    233231      - name: Checkout the WordPress Test Reporter
    234         if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
     232        if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }}
    235233        uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
    236234        with:
     
    239237
    240238      - name: Submit test results to the WordPress.org host test results
    241         if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
     239        if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }}
    242240        env:
    243241          WPT_REPORT_API_KEY: "${{ secrets.WPT_REPORT_API_KEY }}"
     
    246244  slack-notifications:
    247245    name: Slack Notifications
    248     uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
     246    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    249247    needs: [ test-php ]
    250248    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.