From 2c52fb0c4caf5d33a2622c4860432ddef468080c Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Sun, 14 Aug 2022 21:17:02 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4=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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3eba22c..39c532c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,11 +2,10 @@ name: Deploy on: push: - branches: - - main tags: - v** - + tags-ignore: + - '**beta**' jobs: Deploy: runs-on: ubuntu-latest