From 327b35cb5f977c1f8fa3ebaf902f62570b9ceb96 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 18 Nov 2024 10:14:36 +0100 Subject: [PATCH] added missing build trigger for tags --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9904ab5..ad615fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: push: branches: [ "master" ] + tags: + - '**' pull_request: jobs: