This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git

commit 4c0e669d515192782f06dd9f6e172baf326b86a2
Author: LinkinStars <[email protected]>
AuthorDate: Mon Sep 23 14:38:38 2024 +0800

    ci(github): remove tags-ignore
---
 .github/workflows/build-image-for-latest-release.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/build-image-for-latest-release.yml 
b/.github/workflows/build-image-for-latest-release.yml
index 7cc11d39..9fe6f450 100644
--- a/.github/workflows/build-image-for-latest-release.yml
+++ b/.github/workflows/build-image-for-latest-release.yml
@@ -24,10 +24,7 @@ on:
       - v2.*
       - v1.*
       - v0.*
-    tags-ignore:
-      - v2.*-RC*
-      - v1.*-RC*
-      - v0.*-RC*
+      - "!v*-RC*"
   # pull_request:
   #   branches: [ "main" ]
 

Reply via email to