From 15e4d1f589c8e055944b2a4b58a9a50728e245b4 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 19 Nov 2024 16:40:08 +0000 Subject: [PATCH] ci: make work with main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 689e535..699dbe6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ include .ci/podman.mk Add subtree to your project: ``` -git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash +git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash ```