From 1e273804a779afa6387ab48f16718dfc59c17a8d Mon Sep 17 00:00:00 2001 From: Hiroaki Segawa Date: Thu, 20 Jun 2024 21:46:05 +0900 Subject: [PATCH] chore: execute CI/CD on releases (#257) Signed-off-by: Hiroaki Goto --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680d4179..7cf4964e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - main + - release-* + tags: + - v* name: CI