Skip to content

Commit 95d811f

Browse files
Allow CI runs to be manually started
1 parent f47ef8e commit 95d811f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- cron: '0 0 12,26 * *' # roughly every two weeks to run on new Ruby versions
88
pull_request:
99
branches: [ master ]
10+
workflow_dispatch:
1011

1112
jobs:
1213
test:

0 commit comments

Comments
 (0)