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]
|
- event: [pull_request, push]
|
||||||
- branch:
|
- branch:
|
||||||
include: [woodpecker-pipeline]
|
include: [woodpecker-pipeline]
|
||||||
exclude: ["renovate/*"]
|
exclude:
|
||||||
|
- renovate/\*
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/woodpercker-cache/mcaptcha/yarn:/root/.cache/yarn
|
- /var/lib/woodpercker-cache/mcaptcha/yarn:/root/.cache/yarn
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
|
when:
|
||||||
|
- event: [pull_request, push]
|
||||||
|
- branch:
|
||||||
|
include: [woodpecker-pipeline]
|
||||||
|
exclude:
|
||||||
|
- renovate/\*
|
||||||
commands:
|
commands:
|
||||||
- cargo --version
|
- cargo --version
|
||||||
- make cache-bust
|
- make cache-bust
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user