We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebb52f commit 73fa560Copy full SHA for 73fa560
1 file changed
.github/workflows/test.yml
@@ -1,27 +1,19 @@
1
name: testssl.sh CI
2
3
on:
4
- push:
5
- paths-ignore:
6
- - 'utils/**'
7
- - 'doc/**'
8
- - 'bin/**'
9
- - '**.md'
10
- - '**.pem'
11
- - '**.pdf'
12
- - '**.html'
13
- - 'LICENSE'
14
- - 'Dockerfile'
15
pull_request:
16
17
18
19
20
21
22
23
24
+ paths-ignore:
+ - 'utils/**'
+ - 'doc/**'
+ - 'bin/**'
+ - '.github/workflows/**.yml'
+ - '**.md'
+ - '**.pem'
+ - '**.pdf'
+ - '**.html'
+ - 'LICENSE'
+ - 'Dockerfile'
+ - 'Dockerfile.git'
25
26
permissions:
27
contents: read
0 commit comments