From 3c46799f333098a8f6ffabfb7e612dbf8f6ae560 Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 11 Sep 2024 09:51:27 +1000 Subject: [PATCH] FIX: enable publish trigger --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39bd3c0..5fd4d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: continuous-integration on: push: branches: [main] + tags: + - 'v*' pull_request: jobs: