mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
9 lines
127 B
YAML
9 lines
127 B
YAML
branches:
|
|
include: master
|
|
exclude: [ develop, feature/* ]
|
|
|
|
steps:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go test
|