We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891d066 commit a966236Copy full SHA for a966236
1 file changed
.github/workflows/build-test-windows.yml
@@ -3,14 +3,14 @@ name: build-test-windows
3
on:
4
push:
5
paths:
6
- - "**/windows-2019/Dockerfile"
7
- - "**/windows-2022/Dockerfile"
+ - "**/windows-2019/**"
+ - "**/windows-2022/**"
8
- ".github/workflows/build-test-windows.yml"
9
10
pull_request:
11
12
13
14
15
16
jobs:
0 commit comments