restrict CI run to pull

This commit is contained in:
Dirk 2024-09-05 17:55:44 +02:00
parent cebb52f698
commit 73fa5607d8

View File

@ -1,27 +1,19 @@
name: testssl.sh CI
on:
push:
paths-ignore:
- 'utils/**'
- 'doc/**'
- 'bin/**'
- '**.md'
- '**.pem'
- '**.pdf'
- '**.html'
- 'LICENSE'
- 'Dockerfile'
pull_request:
- 'utils/**'
- 'doc/**'
- 'bin/**'
- '**.md'
- '**.pem'
- '**.pdf'
- '**.html'
- 'LICENSE'
- 'Dockerfile'
paths-ignore:
- 'utils/**'
- 'doc/**'
- 'bin/**'
- '.github/workflows/**.yml'
- '**.md'
- '**.pem'
- '**.pdf'
- '**.html'
- 'LICENSE'
- 'Dockerfile'
- 'Dockerfile.git'
permissions:
contents: read