Skip to content

Commit b413e70

Browse files
committed
test
1 parent d81ff1d commit b413e70

19 files changed

Lines changed: 4 additions & 119 deletions

.github/workflows/CI-cygwin.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
name: CI-cygwin
66

77
on:
8-
push:
9-
branches:
10-
- 'main'
11-
- 'releases/**'
12-
tags:
13-
- '2.*'
14-
pull_request:
158

169
permissions:
1710
contents: read

.github/workflows/CI-mingw.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
name: CI-mingw
66

77
on:
8-
push:
9-
branches:
10-
- 'main'
11-
- 'releases/**'
12-
tags:
13-
- '2.*'
14-
pull_request:
158

169
permissions:
1710
contents: read

.github/workflows/CI-unixish-docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
name: CI-unixish-docker
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
9-
- 'releases/**'
10-
tags:
11-
- '2.*'
12-
pull_request:
136

147
permissions:
158
contents: read

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
name: CI-unixish
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
9-
- 'releases/**'
10-
tags:
11-
- '2.*'
12-
pull_request:
136

147
permissions:
158
contents: read

.github/workflows/CI-windows.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
name: CI-windows
66

77
on:
8-
push:
9-
branches:
10-
- 'main'
11-
- 'releases/**'
12-
tags:
13-
- '2.*'
14-
pull_request:
158

169
permissions:
1710
contents: read

.github/workflows/asan.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
name: address sanitizer
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
9-
- 'releases/**'
10-
tags:
11-
- '2.*'
12-
pull_request:
136

147
permissions:
158
contents: read

.github/workflows/buildman.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Build manual
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
7-
- 'releases/**'
8-
tags:
9-
- '2.*'
10-
pull_request:
114

125
permissions:
136
contents: read

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CIFuzz
2-
on: [pull_request]
2+
on:
33
jobs:
44
Fuzzing:
55
runs-on: ubuntu-latest

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
name: clang-tidy
44

55
on:
6-
push:
7-
branches:
8-
- 'main'
9-
- 'releases/**'
10-
tags:
11-
- '2.*'
12-
pull_request:
136

147
permissions:
158
contents: read

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
7-
- 'releases/**'
8-
tags:
9-
- '2.*'
10-
pull_request:
114

125
permissions:
136
contents: read

0 commit comments

Comments
 (0)