Skip to content

Commit 280d430

Browse files
committed
Add workflow_dispatch trigger event
1 parent 389f903 commit 280d430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ on:
33
branches:
44
- master
55
pull_request:
6+
workflow_dispatch:
67
schedule:
7-
- cron: '0 0 * * 2'
8+
- cron: '0 0 1 */2 *'
89

910
name: Build
1011

0 commit comments

Comments
 (0)