Skip to content

Commit

Permalink
added stable fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 22, 2024
1 parent 147f19e commit d01db01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
git push -f origin ${{ env.TESTMERGE_BRANCH }}
if [ ${{ inputs.apply_to_stable }} ] ; then
git fetch origin ${{ env.STABLE_BRANCH }}
git push -f origin ${{ env.STABLE_BRANCH }}
fi
Expand Down

0 comments on commit d01db01

Please sign in to comment.