prevent CI from running in doc dir s/docs/doc/

This commit is contained in:
Dirk 2022-04-01 14:14:59 +02:00
parent 28085e5ec9
commit db932c2bdc

View File

@ -4,7 +4,7 @@ on:
push: push:
paths-ignore: paths-ignore:
- 'utils/**' - 'utils/**'
- 'docs/**' - 'doc/**'
- 'bin/**' - 'bin/**'
- '**.md' - '**.md'
- '**.pem' - '**.pem'
@ -15,7 +15,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'utils/**' - 'utils/**'
- 'docs/**' - 'doc/**'
- 'bin/**' - 'bin/**'
- '**.md' - '**.md'
- '**.pem' - '**.pem'