You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/07/19 00:47:32 UTC

[camel-karavan] branch main updated: Aligh github actions to new folders #817

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 33544160 Aligh github actions to new folders #817
33544160 is described below

commit 335441607f412052e422f4b0d4fc838c93c5c9cf
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Jul 18 20:47:25 2023 -0400

    Aligh github actions to new folders #817
---
 .github/workflows/app.yml       | 2 +-
 .github/workflows/cli.yml       | 1 +
 .github/workflows/operator.yml  | 1 +
 .github/workflows/vscode.yml    | 1 +
 karavan-platform/docs/README.md | 1 +
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 531e53a0..e44018e4 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -3,7 +3,7 @@ name: cloud-native app
 on:
   push:
     branches: [ main ]
-    paths: ['karavan-platform/karavan-app/**']
+    paths: ['karavan-platform/karavan-app/**', 'karavan-core/**', 'karavan-designer/**']
   workflow_dispatch:
   pull_request:
     branches: [ main ]
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 88ecee55..97d7ff91 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -3,6 +3,7 @@ name: cli
 on:
   push:
     branches: [ main ]
+    paths: ['karavan-platform/karavan-cli/**']
   workflow_dispatch:
   pull_request:
     branches: [ main ]
diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml
index a17db333..21e1a59b 100644
--- a/.github/workflows/operator.yml
+++ b/.github/workflows/operator.yml
@@ -3,6 +3,7 @@ name: operator
 on:
   push:
     branches: [ main ]
+    paths: ['karavan-platform/karavan-operator/**']
   workflow_dispatch:
   pull_request:
     branches: [ main ]
diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml
index 2b90b49e..7a572da8 100644
--- a/.github/workflows/vscode.yml
+++ b/.github/workflows/vscode.yml
@@ -3,6 +3,7 @@ name: vscode extension
 on:
   push:
     branches: [ main ]
+    paths: ['karavan-vscode/**', 'karavan-core/**', 'karavan-designer/**']
   workflow_dispatch:
   pull_request:
     branches: [ main ]
diff --git a/karavan-platform/docs/README.md b/karavan-platform/docs/README.md
index aa9a85b3..08a1ac31 100644
--- a/karavan-platform/docs/README.md
+++ b/karavan-platform/docs/README.md
@@ -7,3 +7,4 @@
 1. [Karavan demo on OpenShift with Gitea](OPENSHIFT_DEMO.md)
 2. [Karavan on OpenShift](OPENSHIFT.md)
 3. [Karavan on Minikube](MINIKUBE.md)
+