We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e88d64 commit e2f6106Copy full SHA for e2f6106
1 file changed
.github/workflows/build-test-windows.yml
@@ -1,19 +1,16 @@
1
-name: build-test
+name: build-test-windows
2
3
on:
4
push:
5
paths:
6
- - "**/Dockerfile"
7
- - "**/docker-entrypoint.sh"
8
- - genMatrix.js
9
- - ".github/workflows/build-test.yml"
+ - "**/windows/Dockerfile"
+ - ".github/workflows/build-test-windows.yml"
10
11
pull_request:
12
13
14
15
- genMatrix.js
16
17
18
jobs:
19
build:
0 commit comments