Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
b3001e3887
commit
7607c68d5b
2 changed files with 7 additions and 2 deletions
|
@ -25,7 +25,12 @@ local testing(version, arch) = {
|
|||
"go test -race ./... -cover"
|
||||
]
|
||||
},
|
||||
]
|
||||
],
|
||||
trigger: {
|
||||
event: {
|
||||
exclude: "tag",
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
// "Inspired by" https://goreleaser.com/ci/drone/
|
||||
|
|
|
@ -38,4 +38,4 @@ changelog:
|
|||
- '^docs:'
|
||||
- '^test:'
|
||||
gitea_urls:
|
||||
api: https://gitea.froth.zone/api/v1/
|
||||
api: https://git.froth.zone/api/v1/
|
Loading…
Reference in a new issue