diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a5d7e6b..8a5e79b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,6 +1,6 @@ on: - push: - branches: [ master ] + schedule: + - cron: '0 */6 * * *' jobs: build: