From 21192e9d66ba525c79060f9040c86419fd1a72ab Mon Sep 17 00:00:00 2001 From: william xing Date: Tue, 19 Sep 2023 10:13:35 +0930 Subject: [PATCH] Trigger the deployment by matching the branch name instead of the tags --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 166e1c6..9f817f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,8 @@ name: Ruby Gem Publish on: push: - tags: - - v* + branches: + - releases/v* jobs: publish: