Changeset 52130 for trunk/.github/workflows/test-npm.yml
- Timestamp:
- 11/10/2021 08:58:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-npm.yml
r52002 r52130 4 4 push: 5 5 branches: 6 - master7 6 - trunk 8 7 - '3.[7-9]' … … 10 9 pull_request: 11 10 branches: 12 - master13 11 - trunk 14 12 - '3.[7-9]' … … 158 156 slack-notifications: 159 157 name: Slack Notifications 160 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master158 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 161 159 needs: [ test-npm, test-npm-macos ] 162 160 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset
for help on using the changeset viewer.