Skip to content

Commit b96f0a1

Browse files
authored
ci(build): skip build on readme-only changes (#13)
1 parent da0ee20 commit b96f0a1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ on:
1414
push:
1515
branches:
1616
- main
17+
paths:
18+
- 'src/**'
19+
- 'webview-ui/**'
20+
- 'package.json'
21+
- 'package-lock.json'
22+
- 'tsconfig.json'
23+
- '.github/workflows/build.yml'
1724

1825
jobs:
1926
build:

0 commit comments

Comments
 (0)