ci: fix tag triggering to git-fetch

This commit is contained in:
decentral1se 2021-09-07 07:16:08 +02:00
parent ff8d9a554a
commit 96cfd8da2b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
- name: make static
image: golang:1.16
ignore: true # until we decide we all want this check
ignore: true # until we decide we all want this check
environment:
STATIC_CHECK_URL: honnef.co/go/tools/cmd/staticcheck
STATIC_CHECK_VERSION: v0.2.0
@ -51,6 +51,8 @@ steps:
- make check
- make build
- make test
when:
event: tag
- name: release
image: golang:1.16