GHA: build master w/ deps' masters, not releases (again)

refs #62
This commit is contained in:
Alexander A. Klimov 2022-01-14 18:06:38 +01:00
parent 274b9393b1
commit 5e8461ac55

View File

@ -64,7 +64,12 @@ case "$GITHUB_EVENT_NAME" in
else
TAG="${BASH_REMATCH[2]}"
fi
mkimg
if [ "${BASH_REMATCH[1]}" = heads ]; then
BRANCH="${BASH_REMATCH[2]}"
fi
mkimg "$BRANCH"
push
;;
*)