Skip to content

Commit 5603098

Browse files
committed
run tests periodically and allow manual trigger
1 parent 3bf990e commit 5603098

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77
pull_request:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '0 11 26 * *'
811

912
jobs:
1013
build-lowest-version:

0 commit comments

Comments
 (0)