feat(workflow): run automatically weekly
This commit is contained in:
parent
25079958b1
commit
31282ba7bc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 0 * * 0'
|
||||
workflow_dispatch: {}
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue