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

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