From cff1fde90ec1e20a273a476f60e7d44b4056f8da Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 26 Aug 2025 18:48:03 -0700 Subject: [PATCH] Update badge links in README.md to main branch (#635) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b10ea..5037e9a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Secretive ![Test](https://github.com/maxgoedjen/secretive/workflows/Test/badge.svg) ![Release](https://github.com/maxgoedjen/secretive/workflows/Release/badge.svg) +# Secretive ![Test](https://github.com/maxgoedjen/secretive/workflows/Test/badge.svg?branch=main) ![Release](https://github.com/maxgoedjen/secretive/workflows/Release/badge.svg) Secretive is an app for storing and managing SSH keys in the Secure Enclave. It is inspired by the [sekey project](https://github.com/sekey/sekey), but rewritten in Swift with no external dependencies and with a handy native management app.