summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-15 00:34:26 +0900
committerMatan Kushner <hello@matchai.me>2019-10-15 00:34:26 +0900
commit76b47f2f6523cef4dc97f9b841d85602d32bf3ff (patch)
tree6c576fa7c099686d8f71d0dd8ef55831bd4a1c48 /.github
parent49bf190929f1e5875a609d71e66a53ccd965e995 (diff)
ci: Don't run tests for doc updates
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 5bf95d82e..7ecb45a56 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -3,7 +3,7 @@ on:
push:
paths-ignore:
- "docs/**"
- - "**/*.md"
+ - "**.md"
pull_request: []
jobs: