From 540933f6537648c72e6217064de48bc75732898d Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 24 Mar 2025 17:44:28 +0100 Subject: [PATCH] ljadslkjdsalkj --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index ca6bffd..d1917d2 100644 --- a/justfile +++ b/justfile @@ -593,7 +593,8 @@ _mk_clean_list: ) | sort -u | while IFS= read line; do branch="$(cut <<<"$line" -c3-)" - if grep <<<"$branch" "$(just _upstream_release_branches '^' '$')" --quiet; then + if [[ "$branch" = "scratch" ]] \ + || grep <<<"$branch" "$(just _upstream_release_branches '^' '$')" --quiet; then continue fi #jq <<<"$worktrees" '.branch'