diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fd2890..32b58aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,13 @@ name: Ubuntu CI on: push: + branches: + - master + tags: + - "*" pull_request: schedule: - - cron: '30 2 * * 1' # Every Monday @ 2h30am UTC + - cron: '30 2 * * 1,4' # Every Monday and Thursday @ 2h30am UTC env: POETRY_VERSION: 1.6.1