Skip to content

Commit cc5e6fa

Browse files
authored
Merge pull request #224 from spinkube/ignore
.github/workflows: only run CI when code files change
2 parents 6bf26b9 + ba20915 commit cc5e6fa

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)