Skip to content

Commit 0fe5618

Browse files
committed
workflow_dispatch for experimental CI
1 parent 094bad9 commit 0fe5618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/experimental.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Experimental Rubies CI Run
22
on:
33
schedule:
44
- cron: '0 0 * * *' # Runs every day at midnight
5+
workflow_dispatch:
6+
branches: [ master ]
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)