Skip to content

Commit 17635de

Browse files
authored
Merge pull request #5 from pzhlkj6612/workflow_dispatch
Manually trigger workflows
2 parents d356604 + 1b32bde commit 17635de

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- 'README.md'
1010
- 'LICENSE'
11+
workflow_dispatch:
1112
jobs:
1213
build:
1314
name: Build

.github/workflows/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths-ignore:
88
- 'README.md'
9+
workflow_dispatch:
910
jobs:
1011
build:
1112
name: Build

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- 'README.md'
1010
- 'LICENSE'
11+
workflow_dispatch:
1112
jobs:
1213
build:
1314
name: Build

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths-ignore:
1010
- 'README.md'
1111
- 'LICENSE'
12+
workflow_dispatch:
1213
jobs:
1314
build:
1415
name: Build

.github/workflows/windows-mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- 'README.md'
1010
- 'LICENSE'
11+
workflow_dispatch:
1112
jobs:
1213
build:
1314
name: Build

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
paths-ignore:
1313
- 'README.md'
1414
- 'LICENSE'
15+
# 手动触发workflow
16+
workflow_dispatch:
1517
jobs:
1618
build:
1719
name: Build

0 commit comments

Comments
 (0)