Skip to content

Commit e5d629e

Browse files
update CI to only run if src dir is changed
1 parent c843ce1 commit e5d629e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- 'master'
7+
paths:
8+
- src/**
79
pull_request:
810
branches:
911
- 'master'
12+
paths:
13+
- src/**
1014
workflow_dispatch:
1115

1216
jobs:

0 commit comments

Comments
 (0)