Set the pipeline trigger

This commit is contained in:
dvirlabs 2025-06-13 18:57:34 +03:00
parent f04f7d7a6f
commit 14b2eb2199

View File

@ -3,9 +3,9 @@ steps:
name: Build & Push Frontend name: Build & Push Frontend
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
when: when:
event: [ push, pull_request, tag ] event: [ push, pull_request, tag, manual ] # 👈 allow manual run
path: path:
include: [ frontend/** ] include: [ frontend/** ] # 👈 filter for auto-trigger
settings: settings:
registry: harbor.dvirlabs.com registry: harbor.dvirlabs.com
repo: my-apps/labmap-frontend repo: my-apps/labmap-frontend
@ -23,7 +23,7 @@ steps:
name: Build & Push Backend name: Build & Push Backend
image: woodpeckerci/plugin-kaniko image: woodpeckerci/plugin-kaniko
when: when:
event: [ push, pull_request, tag ] event: [ push, pull_request, tag, manual ]
path: path:
include: [ backend/** ] include: [ backend/** ]
settings: settings: