From 09b6f447e1a1db7ac0a26870ea06117c677ef188 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 2 Dec 2024 17:57:19 -0800 Subject: [PATCH] Run CI on tag (#76) --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f50ca..953334b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - "v[0-9]+.[0-9]+.[0-9]+*" pull_request: branches: - master @@ -14,8 +16,7 @@ jobs: strategy: matrix: go-version: [ - "1.21", - "1.22", + oldstable, stable ] steps: