Skip to content

Commit

Permalink
Don't fail if branch doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire committed Jul 25, 2024
1 parent f69a2e5 commit 7b3747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
- name: Push dev-new to dev
run: |
git checkout -f dev-new
git branch -D dev-test
git branch -D dev-test || :
git switch -c dev-test
git push -f origin dev-test --no-verify

0 comments on commit 7b3747b

Please sign in to comment.