summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c4179e4..61042a8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4 release: 4 release:
5 types: [created] 5 types: [created]
6 push: 6 push:
7 pull_request:
7 schedule: 8 schedule:
8 # Runs every Thursday at 20:23 GMT to avoid bit rot 9 # Runs every Thursday at 20:23 GMT to avoid bit rot
9 - cron: "20 23 * * 4" 10 - cron: "20 23 * * 4"