Make WordPress Core


Ignore:
Timestamp:
01/28/2025 11:47:49 PM (17 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/javascript-tests.yml

    r59720 r59725  
    2020      # Any change to a JavaScript file should run tests.
    2121      - '**.js'
    22       # These files configure npm. Changes could affect the outcome.
     22      # These files configure npm and the task runner. Changes could affect the outcome.
    2323      - 'package*.json'
     24      - 'Gruntfile.js'
     25      - 'webpack.config.js'
     26      - 'tools/webpack/**'
    2427      # This file configures ESLint. Changes could affect the outcome.
    2528      - '.eslintignore'
Note: See TracChangeset for help on using the changeset viewer.