From 96bb323f728ff43193fbee0395e934b58101b523 Mon Sep 17 00:00:00 2001 From: zhshch2002 Date: Wed, 25 May 2022 13:09:30 +0800 Subject: [PATCH] update: test.yml --- .github/workflows/test.yml | 2 ++ printer/basic.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 097382f..b041daa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ on: push: + tags-ignore: + - '**' pull_request: name: Test diff --git a/printer/basic.go b/printer/basic.go index fca1ec0..439411b 100644 --- a/printer/basic.go +++ b/printer/basic.go @@ -10,7 +10,7 @@ var buildDate = "" var commitID = "" func Version() { - fmt.Println("NextTrace ", version, buildDate, commitID) + fmt.Println("NextTrace", version, buildDate, commitID) fmt.Println("XGadget-lab Leo (leo.moe) & Vincent (vincent.moe) & zhshch (xzhsh.ch)") }