Skip to content

Commit f7cedea

Browse files
committed
Add workflow dispatch as a trigger event
1 parent aecb466 commit f7cedea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Run tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
schedule:
67
- cron: '0 2 * * *'

0 commit comments

Comments
 (0)