Files
unkinben d2da94cb52
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
fix: pul_request tests only
- update tests to run on pull request only
2026-06-21 22:16:59 +10:00

14 lines
179 B
YAML

when:
- event: pull_request
steps:
- name: lint
image: golang:1.25
commands:
- make lint
- name: test
image: golang:1.25
commands:
- make test