Skip to content

Commit 2ad37dd

Browse files
committed
Fix syntax in ql-unit-tests-windows, rm unnecessary change
1 parent 05d4567 commit 2ad37dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ql-unit-tests-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches:
1212
- "main"
1313
paths:
14-
- "**/workflows/ql-unit-tests-windows.yml"
14+
- ".github/workflows/ql-unit-tests-windows.yml"
1515
- "qlt.conf.json"
1616
- "extractors/cds/**"
1717
- "extractors/javascript/tools/**"
@@ -20,7 +20,7 @@ on:
2020
branches:
2121
- "main"
2222
paths:
23-
- "**/workflows/ql-unit-tests-windows.yml"
23+
- ".github/workflows/ql-unit-tests-windows.yml"
2424
- "qlt.conf.json"
2525
- "extractors/cds/**"
2626
- "extractors/javascript/tools/**"

0 commit comments

Comments
 (0)