mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
fix .woodpecker/binaries.yml (#737)
This commit is contained in:
parent
85d70266d9
commit
8c2896faea
1 changed files with 10 additions and 7 deletions
|
@ -43,13 +43,14 @@ pipeline:
|
||||||
- make release-agent
|
- make release-agent
|
||||||
when:
|
when:
|
||||||
path:
|
path:
|
||||||
include:
|
# related config files
|
||||||
# related config files
|
- ".woodpecker/binaries.yml"
|
||||||
- ".woodpecker/binaries.yml"
|
- "nfpm/*.yml"
|
||||||
- "nfpm/*.yml"
|
# go source code
|
||||||
# go source code
|
- "**/*.go"
|
||||||
- "**/*.go"
|
- "go.*"
|
||||||
- "go.*"
|
# web source code
|
||||||
|
- "web/**"
|
||||||
|
|
||||||
build-cli:
|
build-cli:
|
||||||
group: build
|
group: build
|
||||||
|
@ -64,6 +65,8 @@ pipeline:
|
||||||
# go source code
|
# go source code
|
||||||
- "**/*.go"
|
- "**/*.go"
|
||||||
- "go.*"
|
- "go.*"
|
||||||
|
# web source code
|
||||||
|
- "web/**"
|
||||||
|
|
||||||
build-deb-rpm:
|
build-deb-rpm:
|
||||||
group: bundle
|
group: bundle
|
||||||
|
|
Loading…
Reference in a new issue