Add branch filter to build
This commit is contained in:
parent
e755d02880
commit
909435ff14
@ -5,4 +5,5 @@ pipeline:
|
|||||||
- go build main.go
|
- go build main.go
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
when:
|
when:
|
||||||
|
branch: master
|
||||||
event: [push, pull_request, tag, deployment]
|
event: [push, pull_request, tag, deployment]
|
||||||
|
Loading…
Reference in New Issue
Block a user