mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-03 02:18:27 +00:00
ci: Ignore doc changes on pull_request events
This commit is contained in:
parent
b34b1e9188
commit
f2031e7d00
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
@ -4,7 +4,10 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
pull_request: []
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Run the `rustfmt` code formatter
|
# Run the `rustfmt` code formatter
|
||||||
|
Loading…
Reference in New Issue
Block a user