Re-add event
continuous-integration/woodpecker the build was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jolheiser 2021-10-08 15:52:03 -05:00
parent f94a0913a2
commit f29cf812fb
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@ pipeline:
image: golang:1.17
commands:
- go test -race ./...
- go vet ./...
- go vet ./...
when:
event: [ pull_request ]