chore(sonar): tune branch analyze
Some checks failed
ci/woodpecker/pr/linux Pipeline was successful
ci/woodpecker/pr/mingw Pipeline was successful
ci/woodpecker/pull_request_closed/linux Pipeline was successful
ci/woodpecker/pull_request_closed/mingw Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/linux Pipeline was successful
ci/woodpecker/push/mingw Pipeline was successful

This commit is contained in:
nyyu 2024-06-24 17:42:14 +02:00
parent 7e945034cb
commit b71618e2e1
4 changed files with 64 additions and 11 deletions

View file

@ -10,11 +10,15 @@ steps:
- cargo build --release
- strip target/release/cggitem_sets
when:
path:
include: ['.woodpecker/*.yml', 'src/*', 'Cargo*']
event: [push, pull_request, manual, tag]
# path:
# include: ['.woodpecker/*.yml', 'src/*', 'Cargo*']
- event: [manual, tag]
- event: push
branch: renovate/*
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
deploy:
image: alpine:latest
image: alpine:3.20
pull: true
commands:
- apk add --no-cache curl
@ -25,4 +29,4 @@ steps:
include: ['.woodpecker/*.yml', 'src/*', 'Cargo*']
event: [push, manual, tag]
branch:
- master
- ${CI_REPO_DEFAULT_BRANCH}