diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 45c6d57..45c7660 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,11 @@ name: Makefile CI on: push: - branches: [ "master" ] pull_request: branches: [ "master" ] + schedule: + # Correr a medianoche (UTC?) todos los días + - cron: '0 0 * * *' jobs: build: