Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c427fcd

Browse files
committedFeb 13, 2024
schedule build
1 parent 01b2931 commit c427fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/install.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Install
22
on:
3-
push:
3+
schedule:
4+
- cron: '* 0 * * *'
45

56
jobs:
67
install:

0 commit comments

Comments
 (0)
Please sign in to comment.