From 3eb7386e49abd6e1d81a62fdcc03308e31babf16 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Sun, 14 Aug 2022 21:26:34 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39c532c..4f845a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,8 +4,8 @@ on: push: tags: - v** - tags-ignore: - - '**beta**' + - '!**beta**' + jobs: Deploy: runs-on: ubuntu-latest