diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a031f2a..7b27cd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,14 @@ name: CI on: push: branches: - - master + - master pull_request: branches: - - master + - master release: types: [published] + schedule: + - cron: '0 6 * * SAT' jobs: format: