Skip to content

Commit 46d965b

Browse files
authored
test: add scheduled run for tests (#27)
1 parent 6077ecc commit 46d965b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ on:
66
- "**.md"
77
push:
88
branches:
9-
- '**'
10-
- '!main'
9+
- 'main'
1110
paths-ignore:
1211
- "**.md"
1312
workflow_dispatch:
13+
schedule:
14+
- cron: '33 10 * * *'
1415

1516
jobs:
1617
build:

0 commit comments

Comments
 (0)