Skip to content

Commit 3c47267

Browse files
committed
Adjust path filters.
1 parent f7ee1d9 commit 3c47267

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check-built-files.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ on:
2323
- '.nvmrc'
2424
- 'Gruntfile.js'
2525
- 'webpack.config.js'
26-
- 'tools/webpack/**'
26+
- 'tools/**'
2727
# These files configure Composer. Changes could affect the outcome.
2828
- 'composer.*'
2929
# Confirm any changes to relevant workflow files.
3030
- '.github/workflows/check-built-files.yml'
31+
- '.github/workflows/reusable-check-built-files.yml'
32+
- '.github/workflows/reusable-compare-built-files.yml'
3133
# Changes to the default themes should be handled by the themes workflows.
3234
- '!src/wp-content/themes/twenty**'
3335

0 commit comments

Comments
 (0)