summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 08d791f..7f6e216 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,6 +2,8 @@ name: CI
2on: 2on:
3 push: 3 push:
4 pull_request: 4 pull_request:
5 schedule:
6 - cron: '0 0 * * *'
5 7
6jobs: 8jobs:
7 test: 9 test: