Chore(workflows): ignore GSC tags

This commit is contained in:
xjasonlyu
2021-10-04 13:32:18 +08:00
parent 377aae12c7
commit 10022388a0
+4
View File
@@ -2,6 +2,10 @@ name: Go Static Check
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs: