diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afd1e862c34..a9ec8f09b26 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