mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
restrict CI run to pull
This commit is contained in:
parent
cebb52f698
commit
73fa5607d8
32
.github/workflows/test.yml
vendored
32
.github/workflows/test.yml
vendored
@ -1,27 +1,19 @@
|
|||||||
name: testssl.sh CI
|
name: testssl.sh CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- 'utils/**'
|
|
||||||
- 'doc/**'
|
|
||||||
- 'bin/**'
|
|
||||||
- '**.md'
|
|
||||||
- '**.pem'
|
|
||||||
- '**.pdf'
|
|
||||||
- '**.html'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'Dockerfile'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
- 'utils/**'
|
paths-ignore:
|
||||||
- 'doc/**'
|
- 'utils/**'
|
||||||
- 'bin/**'
|
- 'doc/**'
|
||||||
- '**.md'
|
- 'bin/**'
|
||||||
- '**.pem'
|
- '.github/workflows/**.yml'
|
||||||
- '**.pdf'
|
- '**.md'
|
||||||
- '**.html'
|
- '**.pem'
|
||||||
- 'LICENSE'
|
- '**.pdf'
|
||||||
- 'Dockerfile'
|
- '**.html'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.git'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user