fix .woodpecker/binaries.yml (#737)

This commit is contained in:
6543 2022-01-31 17:42:09 +01:00 committed by GitHub
parent 85d70266d9
commit 8c2896faea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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