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

pkarwasz pushed a commit to branch 2.24.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.24.x by this push:
     new 5a3f513aee Deploy `2.24.1` snapshots from `2.24.x` branch
5a3f513aee is described below

commit 5a3f513aeeb9e3f73beb668202f71c704ab0e7bf
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Sep 8 21:34:16 2024 +0200

    Deploy `2.24.1` snapshots from `2.24.x` branch
---
 .github/workflows/build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 465a85cc2e..a64a794acf 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -20,7 +20,7 @@ name: build
 on:
   push:
     branches:
-      - "2.x"
+      - "2.24.x"
       - "release/2*"
   pull_request:
 
@@ -43,7 +43,7 @@ jobs:
 
   deploy-snapshot:
     needs: build
-    if: github.repository == 'apache/logging-log4j2' && github.ref_name == 
'2.x'
+    if: github.repository == 'apache/logging-log4j2' && github.ref_name == 
'2.24.x'
     uses: 
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.2.0
     # Secrets for deployments
     secrets:

Reply via email to