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

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b435584b3eb154b6559f8f579471353e55aa4876
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Jul 25 11:27:05 2023 +0200

    chore(ci): validate only pkg changes
---
 .github/workflows/validate.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index e934d8062..abfb30782 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -22,10 +22,14 @@ on:
     branches:
       - main
       - "release-*"
+    paths:
+      - 'pkg/**'
   push:
     branches:
       - main
       - "release-*"
+    paths:
+      - 'pkg/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.sha }}

Reply via email to