Add condition for CI

This commit is contained in:
Torjus Håkestad 2022-01-03 19:46:49 +01:00
parent a171fea9f2
commit e755d02880

View File

@ -4,3 +4,5 @@ pipeline:
commands: commands:
- go build main.go - go build main.go
- go test -v ./... - go test -v ./...
when:
event: [push, pull_request, tag, deployment]