summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a3ca9127..403a3d8c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,10 @@
---
name: "CI"
-'on': ["push", "pull_request"]
+'on':
+ push:
+ pull_request:
+ schedule:
+ - cron: '0 12 * * 5'
jobs:
lint:
runs-on: ubuntu-latest