Skip to content

Commit baf8ebd

Browse files
authored
gha: tests: run on schedule and on workflow_dispatch
1 parent a62fd30 commit baf8ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

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

912
name: Tests
1013

0 commit comments

Comments
 (0)