Skip to content

Commit 3e34ccc

Browse files
add nighly builds
1 parent 7076d4a commit 3e34ccc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '0 3 * * *'
37
env:
48
build_type: Release
59
jobs:

0 commit comments

Comments
 (0)