From 0da983ce4c5e102adb6555dea7a47b06ec3c8331 Mon Sep 17 00:00:00 2001 From: Rui Fu Date: Thu, 4 May 2023 18:36:52 +0800 Subject: [PATCH] only trigger release action on v* tags and ignore function-mesh-* tags --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbac4957d..94c512949 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: jobs: upload: + if: startsWith(github.ref, 'refs/tags/v') name: Upload Release files runs-on: ubuntu-latest steps: @@ -95,6 +96,7 @@ jobs: overwrite: true openshift: + if: startsWith(github.ref, 'refs/tags/v') name: Upload Release files runs-on: ubuntu-latest steps: