mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
ci: Disable CI when updating docs
This commit is contained in:
parent
2239ec7450
commit
e858780eda
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@ -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
Block a user