diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7c4181..f64f819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,13 @@ name: CI on: push: + branches: + - main + tags: + - "v[0-9]+.[0-9]+.[0-9]+" pull_request: + branches: + - main permissions: contents: read