Skip to content

Commit ba20915

Browse files
committed
.github/workflows: only run CI when code files change
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 45010e1 commit ba20915

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: ci
22
on:
33
pull_request:
44
branches: [main]
5+
paths-ignore:
6+
- '**.md'
7+
- 'docs/**'
8+
- 'LICENSE'
9+
- 'Makefile'
10+
511
env:
612
CARGO_TERM_COLOR: always
713
jobs:

0 commit comments

Comments
 (0)