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

jinwoo pushed a commit to branch support/2.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/2.0 by this push:
     new a8ac1c8e39 GEODE-10551: Update GitHub Actions workflows to trigger on 
support/2.0 branch (#7981)
a8ac1c8e39 is described below

commit a8ac1c8e39d12f8f4878cf4b01443530cf5e7178
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Jan 22 10:04:26 2026 -0500

    GEODE-10551: Update GitHub Actions workflows to trigger on support/2.0 
branch (#7981)
    
    Configure GitHub Actions workflow files to run on support/2.0 branch instead
    of develop branch. This enables automated CI/CD checks for pull requests
    targeting support/2.0.
    
    Changes:
    - Update .github/workflows/codeql.yml to trigger on support/2.0 branch
    - Update .github/workflows/gradle.yml to trigger on support/2.0 branch
---
 .github/workflows/codeql.yml | 4 ++--
 .github/workflows/gradle.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index ff3ab1aec3..a214b69e04 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -30,10 +30,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ develop ]
+    branches: [ support/2.0 ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ develop ]
+    branches: [ support/2.0 ]
   schedule:
   - cron: '22 22 * * 2'
 
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 8d5a5e36df..00e80b387e 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -19,9 +19,9 @@ name: develop
 
 on:
   push:
-    branches: [ "develop" ]
+    branches: [ "support/2.0" ]
   pull_request:
-    branches: [ "develop" ]
+    branches: [ "support/2.0" ]
 
 permissions:
   contents: read

Reply via email to