Skip to content

Commit ffff03c

Browse files
authored
housekeeping: Restrict main CI to only version.json and src/
1 parent f2933a0 commit ffff03c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci-build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ name: Build
33
on:
44
push:
55
branches: [ main ]
6+
paths:
7+
- 'src/**'
8+
- 'version.json'
69
pull_request:
710
types: [opened, synchronize, reopened, closed]
811
branches: [ main ]
9-
12+
paths:
13+
- 'src/**'
14+
- 'version.json'
15+
1016
env:
1117
configuration: Release
1218
productNamespacePrefix: "ReactiveUI.Validation"

0 commit comments

Comments
 (0)