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
|
||||
when:
|
||||
path:
|
||||
include:
|
||||
# related config files
|
||||
- ".woodpecker/binaries.yml"
|
||||
- "nfpm/*.yml"
|
||||
# go source code
|
||||
- "**/*.go"
|
||||
- "go.*"
|
||||
# related config files
|
||||
- ".woodpecker/binaries.yml"
|
||||
- "nfpm/*.yml"
|
||||
# go source code
|
||||
- "**/*.go"
|
||||
- "go.*"
|
||||
# web source code
|
||||
- "web/**"
|
||||
|
||||
build-cli:
|
||||
group: build
|
||||
|
@ -64,6 +65,8 @@ pipeline:
|
|||
# go source code
|
||||
- "**/*.go"
|
||||
- "go.*"
|
||||
# web source code
|
||||
- "web/**"
|
||||
|
||||
build-deb-rpm:
|
||||
group: bundle
|
||||
|
|
Loading…
Reference in a new issue