ci: make work with main branch

This commit is contained in:
Stefan Reimer 2024-11-19 16:40:08 +00:00
parent 3feaf6fa96
commit 15e4d1f589

View File

@ -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
```