diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 68982c4..b26f936 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,6 +1,9 @@ name: CI -on: [push] +on: + push: + schedule: + - cron: '0 12 * * 1' jobs: build-linux: