We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f262a commit a0971faCopy full SHA for a0971fa
.github/workflows/unittests.yml
@@ -1,6 +1,9 @@
1
name: Tox Tests
2
3
-on: [push]
+on:
4
+ push:
5
+ schedule:
6
+ - cron: '0 0 * * *'
7
8
jobs:
9
test:
0 commit comments