diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0273c796e..f8ca66f5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [ master, '[0-9]*' ] pull_request: schedule: - cron: '0 14 * * *'