We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e847033 commit 7f0060aCopy full SHA for 7f0060a
.github/workflows/ci.yaml
@@ -2,6 +2,8 @@ on:
2
push:
3
pull_request:
4
types: [ opened, synchronize, reopened ]
5
+ schedule:
6
+ - cron: '0 12 * * 1'
7
8
jobs:
9
sdist:
0 commit comments