Skip to content

Commit a966236

Browse files
committed
Fix
1 parent 891d066 commit a966236

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: build-test-windows
33
on:
44
push:
55
paths:
6-
- "**/windows-2019/Dockerfile"
7-
- "**/windows-2022/Dockerfile"
6+
- "**/windows-2019/**"
7+
- "**/windows-2022/**"
88
- ".github/workflows/build-test-windows.yml"
99

1010
pull_request:
1111
paths:
12-
- "**/windows-2019/Dockerfile"
13-
- "**/windows-2022/Dockerfile"
12+
- "**/windows-2019/**"
13+
- "**/windows-2022/**"
1414
- ".github/workflows/build-test-windows.yml"
1515

1616
jobs:

0 commit comments

Comments
 (0)