Skip to content

Commit f41e7e5

Browse files
committed
CI: test daily against git HEAD of Amaranth.
1 parent d7e0ee4 commit f41e7e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
pull_request:
4+
schedule:
5+
- cron: '0 0 * * *' # test daily against git HEAD of dependencies
26
name: CI
37
jobs:
48
test:

0 commit comments

Comments
 (0)