From e8a9594ea14cc55fe283b397725710adc66101eb Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Sat, 1 Nov 2025 00:42:01 +0000 Subject: [PATCH] fix: refine tag patterns for release triggers in workflow --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 975604f..5132112 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,11 @@ name: Release on: push: + branches: + - main tags: - - "*" + - "v*.*.*" + - "[0-9]+.[0-9]+.[0-9]+" env: PLUGIN_NAME: share-to-notionnext # Change this to match the id of your plugin.