Skip to content

Commit 34952d5

Browse files
committed
Add schedule and dispatch triggers to CI workflow
1 parent 23b31a8 commit 34952d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

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

3-
on: push
3+
on:
4+
push:
5+
schedule:
6+
- cron: '0 6 * * *'
7+
workflow_dispatch:
48

59
# This workflow serves for multiple purposes:
610
# - Action code check

0 commit comments

Comments
 (0)