mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 06:41:18 +00:00
10 lines
130 B
YAML
10 lines
130 B
YAML
|
branches:
|
||
|
include: master
|
||
|
exclude: [ develop, feature/* ]
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go test
|