Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax committed Nov 22, 2023
1 parent 7f68d8f commit a9be41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-axelar-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
git fetch private
# Push main branch to private repo
git reset --hard origin/main
git push private main --force
# git reset --hard origin/main
# git push private main --force
# Push release branches to private repo
for branch in $(git branch -r | grep 'origin/releases/'); do
Expand Down

0 comments on commit a9be41c

Please sign in to comment.