This is an automated email from the ASF dual-hosted git repository.

cdeppisch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ecdda13a26e9150f3f1e01b409ec6d836ec3d49c
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Wed Nov 15 16:05:46 2023 +0100

    fix(ci): Run validate workflow on cmd and addons
---
 .github/workflows/validate.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index e28fedd8a..5205bcfaa 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -24,12 +24,16 @@ on:
       - "release-*"
     paths:
       - 'pkg/**'
+      - 'cmd/**'
+      - 'addons/**'
   push:
     branches:
       - main
       - "release-*"
     paths:
       - 'pkg/**'
+      - 'cmd/**'
+      - 'addons/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.sha }}

Reply via email to