workflow
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
git pull origin dev
|
||||
|
||||
# Intentar hacer merge de dev a la rama feature actual
|
||||
git merge dev
|
||||
git merge origin/dev
|
||||
|
||||
if ($LASTEXITCODE -eq 0) {
|
||||
# Si el merge fue exitoso (sin conflictos), hacer push
|
||||
|
Reference in New Issue
Block a user