Add condition for CI
This commit is contained in:
parent
a171fea9f2
commit
e755d02880
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user