mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-21 14:48:34 +00:00
13 lines
122 B
YAML
13 lines
122 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.x
|
||
|
- master
|
||
|
|
||
|
# Only clone the most recent commit.
|
||
|
git:
|
||
|
depth: 1
|
||
|
|
||
|
notifications:
|
||
|
email: false
|