mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
fix: dont run on renovate branches
This commit is contained in:
parent
d390bb10a8
commit
1f7326cacc
@ -7,12 +7,19 @@ steps:
|
||||
- event: [pull_request, push]
|
||||
- branch:
|
||||
include: [woodpecker-pipeline]
|
||||
exclude: ["renovate/*"]
|
||||
exclude:
|
||||
- renovate/\*
|
||||
volumes:
|
||||
- /var/lib/woodpercker-cache/mcaptcha/yarn:/root/.cache/yarn
|
||||
|
||||
backend:
|
||||
image: rust:latest
|
||||
when:
|
||||
- event: [pull_request, push]
|
||||
- branch:
|
||||
include: [woodpecker-pipeline]
|
||||
exclude:
|
||||
- renovate/\*
|
||||
commands:
|
||||
- cargo --version
|
||||
- make cache-bust
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user