Skip to content

Commit 09484cf

Browse files
committed
Update ci.yml
1 parent 34e5852 commit 09484cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
schedule:
9+
- cron: '0 18 * * *'
410

511
jobs:
612
test:

0 commit comments

Comments
 (0)