From bc35164538e82ebe3af484324afbb9b515022021 Mon Sep 17 00:00:00 2001 From: lencx Date: Mon, 6 Feb 2023 14:18:31 +0800 Subject: [PATCH] chore: action --- .github/workflows/release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec0085c..1b9fb90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,11 @@ name: Release CI -on: - push: - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 +on: [push] + +# on: +# push: +# tags: +# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: create-release: