Skip to content

Commit 39a4862

Browse files
committed
👷 ci(workflows): update file filters in GitHub Actions
- include all source files for CI except docs directory - remove specific exclusion of MigrationTools.Telemetery directory
1 parent 36656e8 commit 39a4862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
with:
8484
filters: |
8585
src:
86-
- 'src/**'
87-
- '!src/MigrationTools.Telemetery/**'
86+
- '**'
87+
- '!docs/**'
8888
docs:
8989
- 'docs/**'
9090
automation:

0 commit comments

Comments
 (0)