Skip to content

Commit efee101

Browse files
authored
ci(build): skip build on readme-only changes (#86)
1 parent c1753e1 commit efee101

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
push:
1111
branches:
1212
- main
13+
paths:
14+
- 'src/**'
15+
- '.github/workflows/build.yml'
1316

1417
jobs:
1518
build:

0 commit comments

Comments
 (0)