Skip to content

Commit 76ebb25

Browse files
Philippe-Choletjswrenn
authored andcommitted
No CI if only for markdown changes
There is no point in running CI only for markdown changes. Such as #802 (prepare releases) and #767 (Contributing.md) https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
1 parent 779015e commit 76ebb25

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)