Changeset 52130 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 11/10/2021 08:58:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r52002 r52130 6 6 push: 7 7 branches: 8 - master9 8 - trunk 10 9 - '3.[89]' … … 15 14 pull_request: 16 15 branches: 17 - master18 16 - trunk 19 17 - '3.[89]' … … 150 148 slack-notifications: 151 149 name: Slack Notifications 152 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master150 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 153 151 needs: [ phpcs, jshint ] 154 152 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset
for help on using the changeset viewer.