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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8aa3a56abb Restore ci-build.yaml push event branch restrictions and 
repository namespace check
8aa3a56abb is described below

commit 8aa3a56abbd7ca3a94240b2f2ed99d7e63eed29b
Author: James Netherton <[email protected]>
AuthorDate: Wed Jun 17 16:06:22 2026 +0100

    Restore ci-build.yaml push event branch restrictions and repository 
namespace check
---
 .github/workflows/ci-build.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 00539576ae..5fca16574b 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -20,7 +20,10 @@ name: Camel Quarkus CI
 on:
   push:
     branches:
-      - '**'
+      - main
+      - camel-main
+      - quarkus-main
+      - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
       - '**.md'
@@ -106,6 +109,7 @@ env:
 
 jobs:
   pre-build-checks:
+    if: github.repository == 'apache/camel-quarkus'
     runs-on: ubuntu-latest
     outputs:
       continue-build: ${{ steps.pre-build-checks.outputs.continue-build }}

Reply via email to