mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-29 08:34:36 +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:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'docs/**'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
# Check rustfmt
|
||||
|
Loading…
x
Reference in New Issue
Block a user