Skip to content

Commit

Permalink
[DX-1174] Update stable branch updater GHub action to ref release-5.3…
Browse files Browse the repository at this point in the history
… branch (#4283)

update stable branch update to ref release-5.3 branch

Co-authored-by: Simon Pears <[email protected]>
  • Loading branch information
dcs3spp and Simon Pears authored Apr 5, 2024
1 parent 91e895c commit b65de30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b65de30

Please sign in to comment.