ci: ignore README and docs for ci action

This commit is contained in:
ClementTsang 2021-06-21 22:58:04 -04:00
parent f1e2789b26
commit ccc8da2819
1 changed files with 6 additions and 0 deletions

View File

@ -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