diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f075dfa..b9ae80f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI on: push: + branches: + - master + tags: + - "*.*.*" pull_request: schedule: - cron: '30 20 * * *'