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

@ -51,6 +51,8 @@ steps:
- make check
- make build
- make test
when:
event: tag
- name: release
image: golang:1.16