From 68ad101263c4d3683788ee75b085b1f0525cb48d Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 26 Aug 2025 18:46:10 -0700 Subject: [PATCH] Update badge links in README.md to main branch --- 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.