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

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

commit faafa0b1aea23b37340b001a3ead093a2bfe2764
Author: James Netherton <[email protected]>
AuthorDate: Mon Jun 19 06:47:33 2023 +0100

    Fix SBOM path exclusions
---
 .github/workflows/ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index cdae7f887a..26c6bfb493 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -31,7 +31,7 @@ on:
       - 'KEYS'
       - 'LICENSE.txt'
       - 'NOTICE.txt'
-      - 'camel-quarkus-sbom.*'
+      - 'camel-quarkus-sbom/**'
   pull_request:
     branches:
       - main

Reply via email to