diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf3cd0f9..4dfef5c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: push: branches: [ master ] + tags: v*.*.* pull_request: branches: [ master ]