Skip to content

Commit 0a3c47b

Browse files
authored
ci(build): skip build on readme-only changes (#37)
1 parent bd4aaab commit 0a3c47b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ name: Build
33
on:
44
workflow_dispatch:
55
pull_request:
6-
types: [opened, reopened]
6+
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)