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
+7 -1
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: