diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6792fc83157..106eff3532d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ name: Build # Run this Build for pushes to our main and all PRs on: + schedule: + - cron: '0 * * * *' push: branches: - dtq-dev