From 506d07ed8d9790b0532644c9b0542acd8d3634ce Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 15 Oct 2023 18:06:23 +0200 Subject: [PATCH] fix: ci for proto only when proto gets changed --- .woodpecker/proto.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker/proto.yml b/.woodpecker/proto.yml index 5cef6bf..5bd0d01 100644 --- a/.woodpecker/proto.yml +++ b/.woodpecker/proto.yml @@ -2,6 +2,9 @@ when: - event: push branch: - main + - path: + include: + - "domo_proto/**" steps: test: