Skip to content

Commit e2f6106

Browse files
committed
Changed paths for build
1 parent 4e88d64 commit e2f6106

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
name: build-test
1+
name: build-test-windows
22

33
on:
44
push:
55
paths:
6-
- "**/Dockerfile"
7-
- "**/docker-entrypoint.sh"
8-
- genMatrix.js
9-
- ".github/workflows/build-test.yml"
6+
- "**/windows/Dockerfile"
7+
- ".github/workflows/build-test-windows.yml"
108

119
pull_request:
1210
paths:
13-
- "**/Dockerfile"
14-
- "**/docker-entrypoint.sh"
11+
- "**/windows/Dockerfile"
1512
- genMatrix.js
16-
- ".github/workflows/build-test.yml"
13+
- ".github/workflows/build-test-windows.yml"
1714

1815
jobs:
1916
build:

0 commit comments

Comments
 (0)