From 3e2e8725e1c66c69dee0297d7ebcda3bcb81678e Mon Sep 17 00:00:00 2001 From: Michael Billington Date: Wed, 1 Jul 2026 19:03:26 +1000 Subject: [PATCH] Fix badge in README Fixing the GitHub actions status badge only. I generated this for the `main` branch, where our default branch is actually `development`. Also a good chance to test branch protection rules (GitHub actions build is required). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ce550c..a2afc99a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ESC/POS Print Driver for PHP -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/mike42/escpos-php/ci.yml?branch=main&style=flat-square)](https://github.com/mike42/escpos-php/actions/workflows/ci.yml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/mike42/escpos-php/ci.yml?branch=development&style=flat-square)](https://github.com/mike42/escpos-php/actions/workflows/ci.yml) [![Packagist Version](https://img.shields.io/packagist/v/mike42/escpos-php?style=flat-square&color=007ec6)](https://packagist.org/packages/mike42/escpos-php) [![Packagist Downloads](https://img.shields.io/packagist/dt/mike42/escpos-php?style=flat-square)](https://packagist.org/packages/mike42/escpos-php) [![Packagist License](https://img.shields.io/packagist/l/mike42/escpos-php?style=flat-square&color=007ec6)](https://github.com/mike42/escpos-php/blob/development/LICENSE.md)