woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-branches-exclude-include.yml
2023-12-28 14:34:13 +01:00

9 lines
123 B
YAML

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