We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ee1d9 commit 3c47267Copy full SHA for 3c47267
1 file changed
.github/workflows/check-built-files.yml
@@ -23,11 +23,13 @@ on:
23
- '.nvmrc'
24
- 'Gruntfile.js'
25
- 'webpack.config.js'
26
- - 'tools/webpack/**'
+ - 'tools/**'
27
# These files configure Composer. Changes could affect the outcome.
28
- 'composer.*'
29
# Confirm any changes to relevant workflow files.
30
- '.github/workflows/check-built-files.yml'
31
+ - '.github/workflows/reusable-check-built-files.yml'
32
+ - '.github/workflows/reusable-compare-built-files.yml'
33
# Changes to the default themes should be handled by the themes workflows.
34
- '!src/wp-content/themes/twenty**'
35
0 commit comments