From cf77dee5c7be781d580223325af2f49bd7656558 Mon Sep 17 00:00:00 2001 From: monlor Date: Thu, 5 Mar 2020 22:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0d5548..48f86b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,10 @@ on: branchs: - master - test + tags-ignore: + - deploy-* + - test-* + - master-* ignore-paths: - '.github' - 'README.md'