diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 060dc1b..33e38bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,9 @@ on: branches: [ master ] pull_request: branches: [ master ] - + schedule: + # Update automatically on weekdays during work hours + - cron: '0 10,13,16 * * 1-5' jobs: build: runs-on: ubuntu-latest