diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d364b9c1..6e24bbdc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,7 @@ name: CI on: - push: - branches-ignore: - - 'master' pull_request: - branches-ignore: - - 'master' schedule: # “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru) - cron: "0 0 1/7 * *"