Skip to content

Commit ae37b7b

Browse files
authored
ci(build): skip build on readme-only changes (#23)
1 parent f29ed43 commit ae37b7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
types: [opened, reopened, synchronize]
77
paths:
88
- 'src/**'
9-
- '*.slnx'
109
- '.github/workflows/build.yml'
1110
push:
1211
branches:
1312
- main
13+
paths:
14+
- 'src/**'
15+
- '.github/workflows/build.yml'
1416

1517
jobs:
1618
build:

0 commit comments

Comments
 (0)