diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b408c09..793dfbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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