add cron job
All checks were successful
/ test (push) Successful in 27s

This commit is contained in:
Michaël Ricart 2025-02-16 14:14:30 +01:00
parent 40136474ad
commit 8d44027514

View file

@ -1,5 +1,7 @@
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '37 * * * *'
push: push:
branches: branches:
- 'mai*' - 'mai*'