Skip to content

Commit 4ae9870

Browse files
committed
add nightly build run
1 parent bb0610f commit 4ae9870

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI/CD
22

3-
on: [push, workflow_dispatch]
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '15 2 * * *'
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)