diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3ba037..76cec90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - main + tags: + - "**" + pull_request: env: MPLBACKEND: Agg