Skip to content

Commit 0cff99d

Browse files
No CI if only for markdown changes
There is no point in running CI only for markdown changes. Such as rust-itertools#802 (prepare releases) and rust-itertools#767 (Contributing.md) https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
1 parent 0e110c5 commit 0cff99d

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
@@ -2,7 +2,11 @@ name: CI
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "**.md"
57
merge_group:
8+
paths-ignore:
9+
- "**.md"
610

711
jobs:
812
check:

0 commit comments

Comments
 (0)