We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caa21e commit bf4eb47Copy full SHA for bf4eb47
1 file changed
.github/workflows/build-and-run.yml
@@ -1,9 +1,7 @@
1
name: Python application
2
on:
3
- push:
4
- branches: [ "main" ]
5
- pull_request:
6
+ schedule:
+ - cron: '30 6 * * *'
7
permissions:
8
contents: read
9
jobs:
0 commit comments