aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-06-23 12:33:25 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-06-23 15:36:46 +0200
commit97ad96437c66799533e50336fcee06071c130d9c (patch)
treece0cf095c03160742f18d99f0d714745267f1a7a /.github
parent9672ff827194ddf5565351b2fdde942c03942b2d (diff)
downloadpandoc-97ad96437c66799533e50336fcee06071c130d9c.tar.gz
CI: fix typo in GitHub CI workflow config
Switch `ignore-paths` with `paths-ignore`.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a94d42e7d..e1c5e9165 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
branches:
- '*'
- '!rc/*'
- ignore-paths:
+ paths-ignore:
- 'doc/**'
- 'MANUAL.txt'
- '*.md'
@@ -20,7 +20,7 @@ on:
- 'windows/**'
- 'man/**'
pull_request:
- ignore-paths:
+ paths-ignore:
- 'doc/**'
- 'MANUAL.txt'
- '*.md'