We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b31a8 commit 34952d5Copy full SHA for 34952d5
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
name: '🔍 CI'
2
3
-on: push
+on:
4
+ push:
5
+ schedule:
6
+ - cron: '0 6 * * *'
7
+ workflow_dispatch:
8
9
# This workflow serves for multiple purposes:
10
# - Action code check
0 commit comments