mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-30 20:31:15 +01:00
prevent CI from running in doc dir s/docs/doc/
This commit is contained in:
parent
28085e5ec9
commit
db932c2bdc
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user