Skip to content

Commit 5e08b70

Browse files
committed
workflow: only run ci on changes to src
1 parent a3acec7 commit 5e08b70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: ci
33
on:
44
pull_request:
55
branches: [main]
6+
paths:
7+
- 'src/**'
68

79
jobs:
810
lint:

0 commit comments

Comments
 (0)