docs --> doc

fix wrong dir for CI
This commit is contained in:
Dirk Wetter 2022-04-01 14:12:56 +02:00 committed by GitHub
parent 2078ca52a8
commit 084990a890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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