mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +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:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
pull_request: []
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
# Run the `rustfmt` code formatter
|
||||
|
Loading…
Reference in New Issue
Block a user