Skip to content

Commit fa862b9

Browse files
committed
Added workflow_dispatch
1 parent 1b9df74 commit fa862b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release
22

33
on:
44
schedule:
5-
- cron: '0 0 1 * *' # 每月的第一天 00:00 UTC
6-
workflow_dispatch: # 允許手動觸發工作流
5+
- cron: '0 0 1 * *' # Run at 00:00 UTC on the 1st of every month.
6+
workflow_dispatch:
77

88
concurrency:
99
group: ${{ github.workflow }}

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- 'Sources/**'
9+
workflow_dispatch:
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)