Changeset 52130 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 11/10/2021 08:58:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 - '3.[89]' … … 14 13 pull_request: 15 14 branches: 16 - master17 15 - trunk 18 16 - '3.[89]' … … 89 87 slack-notifications: 90 88 name: Slack Notifications 91 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master89 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 92 90 needs: [ test-js ] 93 91 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset
for help on using the changeset viewer.