add: pipeline event based triggering
ci/woodpecker/push/lint_general Pipeline failed Details

pull/24/head
Richard Attermeyer 2024-01-27 17:52:27 +00:00
parent 8c5de8e54d
commit 1c81014a4d
4 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ variables:
- &java_image "gradle:8.5.0-jdk17"
when:
path: "app/**"
event: [push, tag]
clone:
git:
image: woodpeckerci/plugin-git

View File

@ -1,6 +1,7 @@
---
when:
path: "documentation/**"
event: [push, tag]
variables:
- &frontend_image "cl00e9ment/node.js-builder:git"
clone:

View File

@ -1,6 +1,7 @@
---
when:
path: "frontend/**"
event: [push, tag]
variables:
- &frontend_image "cl00e9ment/node.js-builder:git"
clone:

View File

@ -1,4 +1,6 @@
---
when:
event: [push, tag]
clone:
git:
image: woodpeckerci/plugin-git