Skip to content

Commit 212940e

Browse files
committed
ci: adjust build action
1 parent 7f4b213 commit 212940e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ on:
66
- master
77
- dev
88
- v2-dev
9+
paths:
10+
- "src/**"
11+
- "!*.md"
12+
- "!package-lock.json"
913
pull_request:
1014
branches:
1115
- master
1216
- dev
1317
- v2-dev
18+
paths:
19+
- "src/**"
20+
- "!*.md"
21+
- "!package-lock.json"
1422

1523
jobs:
1624
build:

0 commit comments

Comments
 (0)