diff --git a/.build/bb.edn b/.build/bb.edn index f48f976f..46cd17f5 100644 --- a/.build/bb.edn +++ b/.build/bb.edn @@ -7,4 +7,4 @@ :git/sha "1ce87f4960fea14f4d1248052e585e6027555d33"}} :tasks {:requires ([scripts.short-ci :as short]) release-artifact babashka.release-artifact/release - short-ci short/main}} + short-ci {:task (do (alter-var-root (var short/config) assoc :skip-if-only (re-pattern ".*")))}}}