diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d7420af0..ee236d289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,14 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - master + - 'v*' # prior release branches (e.g. `v0.30.x` branch) + tags: + - 'v*' + pull_request: + branches: [ master ] jobs: discover_matrix: