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