From 3f15c667d23d9393ea60540c41d4babc211d3958 Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Mon, 27 Nov 2023 16:13:35 +0100 Subject: [PATCH] fix(#44): run ci on v-tags --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a53a689..7f992365 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - 'v*' pull_request: branches: - main