Skip to content

Commit

Permalink
Revert "Do not push branches"
Browse files Browse the repository at this point in the history
This reverts commit d3086b9.
  • Loading branch information
johnaohara committed Jun 14, 2024
1 parent 1bbbd45 commit 29e8f58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git config --global user.name "rh-appservices-perf"
git config --global user.email "[email protected]"
git commit -a -m "Next is ${{ env.NEXT_VERSION }}"
# - name: push branches
# run: |
# git push master
# git push ${{ env.CUR_VERSION }}
- name: push branches
run: |
git push master
git push ${{ env.CUR_VERSION }}

0 comments on commit 29e8f58

Please sign in to comment.