Skip to content

Commit

Permalink
fix(cicd): update merge.yml
Browse files Browse the repository at this point in the history
check merge conflict in relation to the develop branch!
  • Loading branch information
kirubeltadesse authored Sep 8, 2023
1 parent c4ab7f2 commit 20b7016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Check for merge conflicts
run: |
git merge-base origin/main HEAD
git merge-base origin/develop HEAD
if [[ $? -ne 0 ]]; then
echo "Merge conflict detected. Please resolve conflicts before merging."
exit 1
Expand Down

0 comments on commit 20b7016

Please sign in to comment.