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

paulrutter pushed a commit to branch maintenance/ci-fix-path-filter
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 206a7c82c787f07149cd9e58b70dbd9a346ffb09
Author: Paul <[email protected]>
AuthorDate: Sun Aug 17 20:55:05 2025 +0200

    Reenable CI by using hash instead of version
    
    See https://github.com/apache/nifi/pull/10160
---
 .github/workflows/maven-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml
index c9564a9d95..9039ef99ae 100644
--- a/.github/workflows/maven-ci.yml
+++ b/.github/workflows/maven-ci.yml
@@ -2,7 +2,7 @@ name: Github CI Build
 
 on:
   push:
-    branches: [ "masterdisabled" ]
+    branches: [ "master" ]
     paths:
       - 'scr/**'
       - 'http/**'
@@ -12,7 +12,7 @@ on:
       - 'webconsole/**'
       - 'framework/**'
   pull_request:
-    branches: [ "masterdisabled" ]
+    branches: [ "master" ]
     paths:
       - 'scr/**'
       - 'http/**'
@@ -45,7 +45,7 @@ jobs:
       with:
         maven-version: 3.9.9
     - name: Check which subproject changed and build affected ones
-      uses: dorny/[email protected]
+      uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
       id: changes
       with:
         filters: |

Reply via email to