diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 542dc48ff..6982f76e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,8 @@ name: ci on: push: branches: [ "main" ] + tags: + - v* pull_request: branches: [ "main" ]