Skip to content

Commit dd1028d

Browse files
authored
Update when the Master workflow should trigger (DataDog#22366)
1 parent b7a532b commit dd1028d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
# 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
99
- '*/datadog_checks/**'
1010
- '*/tests/**'
11-
- 'ddev'
12-
- 'datadog_check_base'
13-
- 'datadog_checks_dev'
11+
- 'ddev/**'
12+
- 'datadog_checks_base/**'
13+
- 'datadog_checks_dev/**'
1414
# Contains overrides for testing
15-
- '.ddev'
15+
- '.ddev/**'
1616
# Want to ensure any change in workflows is validated
1717
- '.github/workflows/**'
1818
# Test matrices and dependencies

0 commit comments

Comments
 (0)