aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-03 20:52:18 +0000
committerCatherine <whitequark@whitequark.org>2023-02-03 20:52:18 +0000
commit609a65c163c1374fb5f9c528253c36caa8edd56f (patch)
treea493cf437460e1c7aa3365c57e49ea52db2050b1 /.github
parente4fd6136652cd862bd0ac34aa8b9dbc5c6c5bef8 (diff)
CI: test daily against git HEAD of Amaranth.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2485e51..afa22f5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,4 +1,8 @@
-on: [push, pull_request]
+on:
+ push:
+ pull_request:
+ schedule:
+ - cron: '0 0 * * *' # test daily against git HEAD of dependencies
name: CI
jobs:
test: