1
0
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:
Matan Kushner 2019-10-10 16:12:45 +09:00
parent 2239ec7450
commit e858780eda
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -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: