Changeset 50432
- Timestamp:
- 02/24/2021 07:34:41 PM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r50387 r50432 2 2 3 3 on: 4 # JSHint was introduced in WordPress 3.8. 5 # PHPCS checking was introduced in WordPress 5.1. 4 6 push: 5 7 branches: 6 8 - master 7 # JSHint was introduced in WordPress 3.8.8 # PHPCS checking was introduced in WordPress 5.1.9 9 - '3.[89]' 10 10 - '[4-9].[0-9]' … … 13 13 - '[4-9].[0-9]*' 14 14 pull_request: 15 branches: 16 - master 17 - '3.[89]' 18 - '[4-9].[0-9]' 15 19 16 20 jobs: -
trunk/.github/workflows/end-to-end-tests.yml
r50387 r50432 2 2 3 3 on: 4 # The end to end test suite was introduced in WordPress 5.3. 4 5 push: 5 6 branches: 6 7 - master 7 # The end to end test suite was introduced in WordPress 5.3.8 8 - '5.[3-9]' 9 9 - '[6-9].[0-9]' … … 12 12 - '[6-9].[0-9]*' 13 13 pull_request: 14 branches: 15 - master 16 - '5.[3-9]' 17 - '[6-9].[0-9]' 14 18 15 19 env: -
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: -
trunk/.github/workflows/php-compatibility.yml
r50298 r50432 2 2 3 3 on: 4 # PHP compatibility testing was introduced in WordPress 5.5. 4 5 push: 5 6 branches: 6 7 - master 7 # The PHP compatibility testing was introduced in WordPress 5.5.8 8 - '5.[5-9]' 9 9 - '[6-9].[0-9]' … … 12 12 - '[6-9].[0-9]*' 13 13 pull_request: 14 branches: 15 - master 16 - '5.[5-9]' 17 - '[6-9].[0-9]' 14 18 15 19 jobs: -
trunk/.github/workflows/phpunit-tests.yml
r50413 r50432 11 11 - '[4-9].[0-9]*' 12 12 pull_request: 13 branches: 14 - master 15 - '3.[7-9]' 16 - '[4-9].[0-9]' 13 17 # Once weekly On Sundays at 00:00 UTC. 14 18 schedule: -
trunk/.github/workflows/verify-npm-on-windows.yml
r50387 r50432 8 8 - '[4-9].[0-9]' 9 9 pull_request: 10 branches: 11 - master 12 - '3.[7-9]' 13 - '[4-9].[0-9]' 10 14 11 15 env:
Note: See TracChangeset
for help on using the changeset viewer.