Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadregoti authored and github-actions[bot] committed Jan 7, 2025
1 parent f7ce399 commit 72815be
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.7
- release-9.1

jobs:
stable:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/release-5.7'
if: github.ref == 'refs/heads/release-9.1'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 72815be

Please sign in to comment.