Skip to content

Commit 5a3f513

Browse files
committed
Deploy 2.24.1 snapshots from 2.24.x branch
1 parent 2b616de commit 5a3f513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: build
2020
on:
2121
push:
2222
branches:
23-
- "2.x"
23+
- "2.24.x"
2424
- "release/2*"
2525
pull_request:
2626

@@ -43,7 +43,7 @@ jobs:
4343

4444
deploy-snapshot:
4545
needs: build
46-
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
46+
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.24.x'
4747
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.2.0
4848
# Secrets for deployments
4949
secrets:

0 commit comments

Comments
 (0)