diff --git a/.woodpecker.yml b/.woodpecker.yml index c980add..c373f59 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,3 +4,5 @@ pipeline: commands: - go build main.go - go test -v ./... + when: + event: [push, pull_request, tag, deployment]