mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-30 17:15:01 +02:00
ci: ignore README and docs for ci action
This commit is contained in:
parent
f1e2789b26
commit
ccc8da2819
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,9 +9,15 @@ name: ci
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'docs/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Check rustfmt
|
# Check rustfmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user