1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 09:30:49 +00:00

ci: Ignore doc changes on pull_request events

This commit is contained in:
Matan Kushner 2019-10-16 00:32:41 +09:00
parent b34b1e9188
commit f2031e7d00
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -4,7 +4,10 @@ on:
paths-ignore:
- "docs/**"
- "**.md"
pull_request: []
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
jobs:
# Run the `rustfmt` code formatter