From 10022388a08e979ccc53d7adfd5988ff6871d262 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Mon, 4 Oct 2021 13:32:18 +0800 Subject: [PATCH] Chore(workflows): ignore GSC tags --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f36257e..beb3c98 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,6 +2,10 @@ name: Go Static Check on: push: + branches: + - '*' + tags-ignore: + - '*' pull_request: jobs: