Commit d9ba4d1
committed
🔧 (main.yml): update paths-filter to exclude additional directories
Add 'build/**' and '.github/**' to the exclusion list in the paths-filter
configuration. This change ensures that changes in the 'build' and '.github'
directories do not trigger unnecessary workflows, optimizing the CI/CD
process by focusing only on relevant source code changes. The addition of
the 'predicate-quantifier: every' ensures that all specified conditions
must be met for the filter to pass.1 parent a6848a3 commit d9ba4d1
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments