This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch ci
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/ci by this push:
new 66cb151d ci(github): remove tags-ignore
66cb151d is described below
commit 66cb151d66947d380edd941e4fb1efb0d2a2ba5c
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" ]