mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 23:56:30 +00:00
c28f7cb29f
Initial part of #435
12 lines
122 B
YAML
12 lines
122 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
- master
|
|
|
|
# Only clone the most recent commit.
|
|
git:
|
|
depth: 1
|
|
|
|
notifications:
|
|
email: false
|