Re-add event
continuous-integration/woodpecker the build was successful
Details
continuous-integration/woodpecker the build was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>
parent
f94a0913a2
commit
f29cf812fb
|
@ -3,4 +3,6 @@ pipeline:
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
- go test -race ./...
|
- go test -race ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
|
when:
|
||||||
|
event: [ pull_request ]
|
Loading…
Reference in New Issue