fix: add event filter to test step in woodpecker pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jordan 2026-02-27 00:31:20 -07:00
parent 237889da59
commit a9fd431db9

View File

@ -19,6 +19,8 @@ steps:
commands: commands:
- apk add --no-cache git - apk add --no-cache git
- go test ./... - go test ./...
when:
<<: *when_main
# Build rdev-api image # Build rdev-api image
build-api: build-api: