From 031ad03a38fbe81df015d61415c8aed07acdb1e3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 1 Jan 2026 09:48:42 -0500 Subject: [PATCH] Fix GitHub CI badge URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9710a5b..e959e81 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ pdfio - PDF Read/Write Library ![Version](https://img.shields.io/github/v/release/michaelrsweet/pdfio?include_prereleases) ![Apache 2.0](https://img.shields.io/github/license/michaelrsweet/pdfio) -[![Build Status](https://img.shields.io/github/workflow/status/michaelrsweet/pdfio/Build)](https://github.com/michaelrsweet/pdfio/actions/workflows/build.yml) +[![Build Status](https://img.shields.io/github/workflow/status/michaelrsweet/pdfio/build.yml?branch=master)](https://github.com/michaelrsweet/pdfio/actions/workflows/build.yml) [![Coverity Scan Status](https://img.shields.io/coverity/scan/22385.svg)](https://scan.coverity.com/projects/michaelrsweet-pdfio) PDFio is a simple C library for reading and writing PDF files. The primary