1 parent b7a532b commit dd1028dCopy full SHA for dd1028d
1 file changed
.github/workflows/master.yml
@@ -8,11 +8,11 @@ on:
8
# List of files/paths that should trigger the run. The intention is to avoid running all tests if the commit only includes changes on assets or README
9
- '*/datadog_checks/**'
10
- '*/tests/**'
11
- - 'ddev'
12
- - 'datadog_check_base'
13
- - 'datadog_checks_dev'
+ - 'ddev/**'
+ - 'datadog_checks_base/**'
+ - 'datadog_checks_dev/**'
14
# Contains overrides for testing
15
- - '.ddev'
+ - '.ddev/**'
16
# Want to ensure any change in workflows is validated
17
- '.github/workflows/**'
18
# Test matrices and dependencies
0 commit comments