From 4a4ee8888d2cd3008b9d15cbd281f95a8b194f65 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 1 Jul 2025 20:27:16 +0200 Subject: [PATCH] chore: fix ci not triggering on tag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb84f90d8..240c4c4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + tags: + - '**' branches-ignore: - dev-types pull_request: