Skip to content

Commit 2eeaf83

Browse files
author
Maxim Lobanov
committed
update workflows to include workflow_dispatch trigger
1 parent 6c94612 commit 2eeaf83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
pull_request:
7+
workflow_dispatch:
78
schedule:
89
- cron: 0 0 * * *
910

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
pull_request:
7+
workflow_dispatch:
78
schedule:
89
- cron: 0 0 * * *
910

0 commit comments

Comments
 (0)