diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dabdb21..167fbf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: push: branches: - master + schedule: + # every two months" + - cron: '0 0 1 */2 *' jobs: build_and_test: