Add branch filter to build

This commit is contained in:
Torjus Håkestad 2022-01-03 19:59:20 +01:00
parent e755d02880
commit 909435ff14

View File

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