feat(workflow): run automatically weekly

This commit is contained in:
Bruno Carlin 2025-01-05 16:46:41 +01:00
parent 25079958b1
commit 31282ba7bc
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -7,7 +7,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * 0'
workflow_dispatch: {} workflow_dispatch: {}
jobs: jobs:
build: build: