diff --git a/.drone.jsonnet b/.drone.jsonnet index 19f8daf..53094a7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -25,7 +25,12 @@ local testing(version, arch) = { "go test -race ./... -cover" ] }, - ] + ], + trigger: { + event: { + exclude: "tag", + } + }, }; // "Inspired by" https://goreleaser.com/ci/drone/ diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1945c95..456a50f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -38,4 +38,4 @@ changelog: - '^docs:' - '^test:' gitea_urls: - api: https://gitea.froth.zone/api/v1/ \ No newline at end of file + api: https://git.froth.zone/api/v1/ \ No newline at end of file