File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - ' [0-9]+.[0-9].[0-9]+'
1313 - ' ![34].[0-9].[0-9]+'
1414 - ' !5.[0-2].[0-9]+'
15- # pull_request:
16- # branches:
17- # - trunk
18- # - '5.[3-9]'
19- # - '[6-9].[0-9]'
20- # paths:
21- # # Any change to a PHP, CSS, or JavaScript file should run checks.
22- # - '**.css'
23- # - '**.js'
24- # - '**.php'
25- # # These files configure npm and the task runner. Changes could affect the outcome.
26- # - 'package*.json'
27- # - 'Gruntfile.js'
28- # - 'webpack.config.js'
29- # - 'tools/webpack/**'
30- # # These files configure Composer. Changes could affect the outcome.
31- # - 'composer.*'
32- # # This files affect the e2e tests. Changes could affect the outcome.
33- # - 'tests/e2e/**'
34- # # Confirm any changes to relevant workflow files.
35- # - '.github/workflows/end-to-end-tests.yml'
36- # - '.github/workflows/reusable-end-to-end-tests*.yml'
15+ pull_request :
16+ branches :
17+ - trunk
18+ - ' 5.[3-9]'
19+ - ' [6-9].[0-9]'
20+ paths :
21+ # Any change to a PHP, CSS, or JavaScript file should run checks.
22+ - ' **.css'
23+ - ' **.js'
24+ - ' **.php'
25+ # These files configure npm and the task runner. Changes could affect the outcome.
26+ - ' package*.json'
27+ - ' Gruntfile.js'
28+ - ' webpack.config.js'
29+ - ' tools/webpack/**'
30+ # These files configure Composer. Changes could affect the outcome.
31+ - ' composer.*'
32+ # This files affect the e2e tests. Changes could affect the outcome.
33+ - ' tests/e2e/**'
34+ # Confirm any changes to relevant workflow files.
35+ - ' .github/workflows/end-to-end-tests.yml'
36+ - ' .github/workflows/reusable-end-to-end-tests*.yml'
3737 workflow_dispatch :
3838
3939# Cancels all previous workflow runs for pull requests that have not completed.
Original file line number Diff line number Diff line change 1111 - ' [0-9]+.[0-9].[0-9]+'
1212 - ' ![45].[0-9].[0-9]+'
1313 - ' !6.[01].[0-9]+'
14- # pull_request:
15- # branches:
16- # - trunk
17- # - '6.[2-9]'
18- # - '[7-9].[0-9]'
19- # paths:
20- # # Any change to a PHP, CSS, or JavaScript file should run checks.
21- # - '**.css'
22- # - '**.js'
23- # - '**.php'
24- # # These files configure npm and the task runner. Changes could affect the outcome.
25- # - 'package*.json'
26- # - 'Gruntfile.js'
27- # - 'webpack.config.js'
28- # - 'tools/webpack/**'
29- # # These files configure Composer. Changes could affect the outcome.
30- # - 'composer.*'
31- # # This files affect the performance tests. Changes could affect the outcome.
32- # - 'tests/performance/**'
33- # # Confirm any changes to relevant workflow files.
34- # - '.github/workflows/performance.yml'
35- # - '.github/workflows/reusable-performance.yml'
36- # - '.github/workflows/reusable-performance-*.yml'
14+ pull_request :
15+ branches :
16+ - trunk
17+ - ' 6.[2-9]'
18+ - ' [7-9].[0-9]'
19+ paths :
20+ # Any change to a PHP, CSS, or JavaScript file should run checks.
21+ - ' **.css'
22+ - ' **.js'
23+ - ' **.php'
24+ # These files configure npm and the task runner. Changes could affect the outcome.
25+ - ' package*.json'
26+ - ' Gruntfile.js'
27+ - ' webpack.config.js'
28+ - ' tools/webpack/**'
29+ # These files configure Composer. Changes could affect the outcome.
30+ - ' composer.*'
31+ # This files affect the performance tests. Changes could affect the outcome.
32+ - ' tests/performance/**'
33+ # Confirm any changes to relevant workflow files.
34+ - ' .github/workflows/performance.yml'
35+ - ' .github/workflows/reusable-performance.yml'
36+ - ' .github/workflows/reusable-performance-*.yml'
3737 workflow_dispatch :
3838
3939# Cancels all previous workflow runs for pull requests that have not completed.
Original file line number Diff line number Diff line change 99 tags :
1010 - ' [0-9]+.[0-9]'
1111 - ' [0-9]+.[0-9].[0-9]+'
12- # pull_request:
13- # branches:
14- # - trunk
15- # - '3.[7-9]'
16- # - '[4-9].[0-9]'
17- # paths:
18- # # Any change to a PHP, CSS, JavaScript, or JSON file should run checks.
19- # - '**.css'
20- # - '**.js'
21- # - '**.json'
22- # - '**.php'
23- # # These files configure npm and the task runner. Changes could affect the outcome.
24- # - 'package*.json'
25- # - 'Gruntfile.js'
26- # - 'webpack.config.js'
27- # - 'tools/webpack/**'
28- # # These files configure Composer. Changes could affect the outcome.
29- # - 'composer.*'
30- # # Confirm any changes to relevant workflow files.
31- # - '.github/workflows/test-build-processes.yml'
32- # - '.github/workflows/reusable-test-core-build-process.yml'
33- # - '.github/workflows/reusable-test-gutenberg-build-process.yml'
12+ pull_request :
13+ branches :
14+ - trunk
15+ - ' 3.[7-9]'
16+ - ' [4-9].[0-9]'
17+ paths :
18+ # Any change to a PHP, CSS, JavaScript, or JSON file should run checks.
19+ - ' **.css'
20+ - ' **.js'
21+ - ' **.json'
22+ - ' **.php'
23+ # These files configure npm and the task runner. Changes could affect the outcome.
24+ - ' package*.json'
25+ - ' Gruntfile.js'
26+ - ' webpack.config.js'
27+ - ' tools/webpack/**'
28+ # These files configure Composer. Changes could affect the outcome.
29+ - ' composer.*'
30+ # Confirm any changes to relevant workflow files.
31+ - ' .github/workflows/test-build-processes.yml'
32+ - ' .github/workflows/reusable-test-core-build-process.yml'
33+ - ' .github/workflows/reusable-test-gutenberg-build-process.yml'
3434 workflow_dispatch :
3535
3636# Cancels all previous workflow runs for pull requests that have not completed.
You can’t perform that action at this time.
0 commit comments