Test on push
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torjus Håkestad 2022-01-10 13:21:15 +01:00
parent 4a1e4cdf50
commit 30a165b35a

View File

@ -5,7 +5,7 @@ pipeline:
- go build main.go - go build main.go
- go test -v ./... - go test -v ./...
when: when:
event: [pull_request] event: [pull_request, push]
release-latest: release-latest:
image: plugins/docker image: plugins/docker