Skip to content

Commit 18b0f2d

Browse files
committed
CI: Build windows release binary with mingw
1 parent ef902a8 commit 18b0f2d

18 files changed

+76
-88
lines changed

.github/workflows/CI-cygwin.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

.github/workflows/CI-windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

.github/workflows/asan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

.github/workflows/buildman.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

.github/workflows/cifuzz.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
33
name: CIFuzz
44

5-
on: [pull_request]
5+
on:
6+
push:
7+
branches:
8+
- 'main'
69

710
permissions:
811
contents: read

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
14-
schedule:
15-
- cron: '0 0 * * 0'
16-
workflow_dispatch:
179

1810
permissions:
1911
contents: read

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

.github/workflows/coverage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
push:
77
branches:
88
- 'main'
9-
- 'releases/**'
10-
- '2.*'
11-
tags:
12-
- '2.*'
13-
pull_request:
149

1510
permissions:
1611
contents: read

0 commit comments

Comments
 (0)