Changeset 50432 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 02/24/2021 07:34:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r50387 r50432 2 2 3 3 on: 4 # JavaScript testing was introduced in WordPress 3.8. 4 5 push: 5 6 branches: 6 7 - master 7 # JavaScript testing was introduced in WordPress 3.8.8 8 - '3.[89]' 9 9 - '[4-9].[0-9]' … … 12 12 - '[4-9].[0-9]*' 13 13 pull_request: 14 branches: 15 - master 16 - '3.[89]' 17 - '[4-9].[0-9]' 14 18 15 19 jobs:
Note: See TracChangeset
for help on using the changeset viewer.