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
on: [push, pull_request]
on:
push:
paths-ignore:
- "docs/**"
- "**/*.md"
pull_request: []
jobs:
# Run the `rustfmt` code formatter
rustfmt: