chore: run directory workflow daily

This commit is contained in:
David Leal 2023-08-04 15:06:36 -06:00 committed by GitHub
parent 2c68b68ca6
commit 6daf7015e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '0 0 * * 1'
- cron: '0 0 * * *'
jobs:
build:
if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository.