Skip to content

Commit 73fa560

Browse files
committed
restrict CI run to pull
1 parent cebb52f commit 73fa560

1 file changed

Lines changed: 12 additions & 20 deletions

File tree

.github/workflows/test.yml

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
11
name: testssl.sh CI
22

33
on:
4-
push:
5-
paths-ignore:
6-
- 'utils/**'
7-
- 'doc/**'
8-
- 'bin/**'
9-
- '**.md'
10-
- '**.pem'
11-
- '**.pdf'
12-
- '**.html'
13-
- 'LICENSE'
14-
- 'Dockerfile'
154
pull_request:
16-
- 'utils/**'
17-
- 'doc/**'
18-
- 'bin/**'
19-
- '**.md'
20-
- '**.pem'
21-
- '**.pdf'
22-
- '**.html'
23-
- 'LICENSE'
24-
- 'Dockerfile'
5+
paths-ignore:
6+
- 'utils/**'
7+
- 'doc/**'
8+
- 'bin/**'
9+
- '.github/workflows/**.yml'
10+
- '**.md'
11+
- '**.pem'
12+
- '**.pdf'
13+
- '**.html'
14+
- 'LICENSE'
15+
- 'Dockerfile'
16+
- 'Dockerfile.git'
2517

2618
permissions:
2719
contents: read

0 commit comments

Comments
 (0)