Skip to content

Commit ed81c0b

Browse files
committed
Update workflows
1 parent dfb8ba6 commit ed81c0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
tags:
66
- 'v*.*.*'
77
- '!v*.*.*d'
8+
workflow_dispatch:
89

910
jobs:
1011
build_linux:
1112
name: Build for linux
1213
runs-on: ${{ matrix.os }}
14+
continue-on-error: true
1315
strategy:
1416
max-parallel: 4
1517
matrix:
@@ -65,6 +67,7 @@ jobs:
6567
build_macos:
6668
name: Build for macOS (Intel)
6769
runs-on: macos-15-intel
70+
continue-on-error: true
6871
strategy:
6972
max-parallel: 4
7073
matrix:
@@ -120,6 +123,7 @@ jobs:
120123
build_windows:
121124
name: Build for Windows
122125
runs-on: windows-2022
126+
continue-on-error: true
123127
strategy:
124128
max-parallel: 4
125129
matrix:
@@ -172,6 +176,7 @@ jobs:
172176
build_linux_arm64:
173177
name: Build for linux (Arm64)
174178
runs-on: ${{ matrix.os }}
179+
continue-on-error: true
175180
strategy:
176181
max-parallel: 4
177182
matrix:
@@ -227,6 +232,7 @@ jobs:
227232
build_macos_arm64:
228233
name: Build for macOS (Arm64)
229234
runs-on: macos-15
235+
continue-on-error: true
230236
strategy:
231237
max-parallel: 4
232238
matrix:

0 commit comments

Comments
 (0)