woodpecker/pipeline/schema/.woodpecker/test-branches-exclude-include.yml
2023-07-31 05:47:23 +02:00

9 lines
123 B
YAML

branches:
include: main
exclude: [develop, feature/*]
steps:
build:
image: golang
commands:
- go test