mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
ci: fix docker workflow dep not being triggered
This commit is contained in:
parent
2816cc49c3
commit
8aed3a375d
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: renovate/*
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
- release/*
|
||||
- renovate/*
|
||||
|
||||
variables:
|
||||
- &node_image 'docker.io/node:21-alpine'
|
||||
|
|
Loading…
Reference in a new issue