Make WordPress Core


Ignore:
Timestamp:
01/28/2025 11:47:49 PM (19 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Add some more paths restrictions to GitHub Actions workflow files to minimise unnecessary workflow runs.

Props mukesh27, johnbillion

See #62280

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/local-docker-environment.yml

    r59720 r59725  
    1313      # Any changes to local environment related files
    1414      - 'tools/local-env/**'
    15       # These files manage packages used by the local environment.
     15      # These files configure npm and the task runner. Changes could affect the outcome.
    1616      - 'package*.json'
     17      - 'Gruntfile.js'
     18      - 'webpack.config.js'
     19      - 'tools/webpack/**'
    1720      # These files configure Composer. Changes could affect the local environment.
    1821      - 'composer.*'
     
    3437      # Any changes to local environment related files
    3538      - 'tools/local-env/**'
    36       # These files manage packages used by the local environment.
     39      # These files configure npm and the task runner. Changes could affect the outcome.
    3740      - 'package*.json'
     41      - 'Gruntfile.js'
     42      - 'webpack.config.js'
     43      - 'tools/webpack/**'
    3844      # These files configure Composer. Changes could affect the local environment.
    3945      - 'composer.*'
Note: See TracChangeset for help on using the changeset viewer.