Skip to content

Commit f4316d7

Browse files
author
Mikachu2333
committed
1
1 parent 6661b12 commit f4316d7

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/build-on-Linux-AArch64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 Linux AArch64
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
build-and-upload:

.github/workflows/build-on-Linux-ARMv7.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 Linux ARMv7
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
build-and-upload:

.github/workflows/build-on-Linux-riscv64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 Linux riscv64
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
build-and-upload:

.github/workflows/build-on-Linux-x64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 Linux x64
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
build-and-upload:

.github/workflows/build-on-Windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 Windows
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
build-and-upload:

.github/workflows/build-on-macOS.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
name: 构建于 macOS
1313
on:
14-
push:
15-
branches: [ "gh-build" ]
14+
workflow_dispatch:
1615

1716
jobs:
1817
on-arm64:

0 commit comments

Comments
 (0)