ci: Disable CI when updating docs
This commit is contained in:
parent
2239ec7450
commit
e858780eda
|
@ -1,5 +1,11 @@
|
||||||
name: Main workflow
|
name: Main workflow
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- "**/*.md"
|
||||||
|
pull_request: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Run the `rustfmt` code formatter
|
# Run the `rustfmt` code formatter
|
||||||
rustfmt:
|
rustfmt:
|
||||||
|
|
Loading…
Reference in New Issue