This is an automated email from the ASF dual-hosted git repository.
mgubaidullin 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 47bf61e7 fix devmode build action
47bf61e7 is described below
commit 47bf61e7f1a9ee69336972ac05a809a98f170a0e
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Sep 18 10:03:38 2026 -0400
fix devmode build action
---
.github/workflows/devmode.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/devmode.yml b/.github/workflows/devmode.yml
index 342414db..ee998cf5 100644
--- a/.github/workflows/devmode.yml
+++ b/.github/workflows/devmode.yml
@@ -3,7 +3,7 @@ name: Karavan Devmode
on:
push:
branches: [ main ]
- paths: ['karavan-devmode/Dockerfile',
'.github/workflows/docker-devmode.yml']
+ paths: ['karavan-devmode/*', '.github/workflows/devmode.yml']
workflow_dispatch:
env: