From ef319e26c95eacd374ffb41eaee2e9a36d4a0c45 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 5 May 2021 20:39:56 +0200 Subject: [PATCH] Update README.md Update the Github Actions link to filter to `main` branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38b1512..aaae779 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![pub package](https://img.shields.io/pub/v/lints.svg)](https://pub.dev/packages/lints) -[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions) +[![Build Status](https://github.com/dart-lang/lints/workflows/validate/badge.svg)](https://github.com/dart-lang/lints/actions?query=branch%3Amain) This repo contains official Dart and Flutter lint rules.