Fix woodpecker yaml

This commit is contained in:
Torjus Håkestad 2022-01-03 20:47:05 +01:00
parent 221327a33a
commit 0990a8acda

View File

@ -4,9 +4,9 @@ pipeline:
commands:
- go build main.go
- go test -v ./...
when:
branch: master
event: [push, pull_request, tag, deployment]
when:
branch: master
event: [push, pull_request, tag, deployment]
matrix:
GO_VERSION: