From b65de30371b99e8965b4aecccbb961c4e11a317b Mon Sep 17 00:00:00 2001 From: dcs3spp Date: Fri, 5 Apr 2024 14:41:06 +0100 Subject: [PATCH] [DX-1174] Update stable branch updater GHub action to ref release-5.3 branch (#4283) update stable branch update to ref release-5.3 branch Co-authored-by: Simon Pears --- .github/workflows/stable-updater.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stable-updater.yaml b/.github/workflows/stable-updater.yaml index b1cc7f2340..24fb11122d 100644 --- a/.github/workflows/stable-updater.yaml +++ b/.github/workflows/stable-updater.yaml @@ -2,12 +2,12 @@ name: Stable branch update on: push: branches: - - release-5.2 + - release-5.3 jobs: stable: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/release-5.2' + if: github.ref == 'refs/heads/release-5.3' steps: - uses: actions/checkout@v3 with: