Skip to content

Commit

Permalink
No CI if only for markdown changes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Philippe-Cholet authored and jswrenn committed Nov 22, 2023
1 parent 779015e commit 76ebb25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: CI

on:
pull_request:
paths-ignore:
- "**.md"
merge_group:
paths-ignore:
- "**.md"

jobs:
check:
Expand Down

0 comments on commit 76ebb25

Please sign in to comment.