From 718bd0a7290ea2cd544f61333ff1e5b43ef88d69 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 11 Sep 2024 09:52:19 +1000 Subject: [PATCH] FIX: enable publish trigger (#117) --- .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: