@@ -4,10 +4,12 @@
name: Python application
on:
- push:
- branches: [ "main" ]
- pull_request:
+ schedule:
+ - cron: '30 5,17 * * *'
+ # push:
+ # branches: [ "main" ]
+ # pull_request:
permissions:
contents: read