Skip to content

Commit bf4eb47

Browse files
committed
run action on schedule cron
1 parent 8caa21e commit bf4eb47

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-and-run.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Python application
22
on:
3-
push:
4-
branches: [ "main" ]
5-
pull_request:
6-
branches: [ "main" ]
3+
schedule:
4+
- cron: '30 6 * * *'
75
permissions:
86
contents: read
97
jobs:

0 commit comments

Comments
 (0)