aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-07 00:44:35 +0200
committerWilliam Boman <william@redwill.se>2022-07-07 00:44:35 +0200
commit9221438408bc9e0c8e7f4474eea6a4aad474e917 (patch)
treed91e2e90b00f25f528c67660e3c1f095bf76c147
parentmason.nvim (diff)
downloadmason-9221438408bc9e0c8e7f4474eea6a4aad474e917.tar
mason-9221438408bc9e0c8e7f4474eea6a4aad474e917.tar.gz
mason-9221438408bc9e0c8e7f4474eea6a4aad474e917.tar.bz2
mason-9221438408bc9e0c8e7f4474eea6a4aad474e917.tar.lz
mason-9221438408bc9e0c8e7f4474eea6a4aad474e917.tar.xz
mason-9221438408bc9e0c8e7f4474eea6a4aad474e917.tar.zst
mason-9221438408bc9e0c8e7f4474eea6a4aad474e917.zip
chore: run tests workflow on all branches, fix README badge image
-rw-r--r--.github/workflows/tests.yml1
-rw-r--r--README.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 68c2e219..a8f2939c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,7 +3,6 @@ name: Tests
on:
push:
branches:
- - "main"
pull_request:
jobs:
diff --git a/README.md b/README.md
index 6c3dfc86..be96c276 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![GitHub CI](https://github.com/williamboman/mason.nvim/workflows/CI/badge.svg)](https://github.com/williamboman/mason.nvim/actions)
+[![GitHub CI](https://github.com/williamboman/mason.nvim/workflows/Tests/badge.svg)](https://github.com/williamboman/mason.nvim/actions)
![Platforms](https://img.shields.io/badge/platform-linux%20macOS%20windows-blue)
![Repository size](https://img.shields.io/github/repo-size/williamboman/mason.nvim)
[![Sponsors](https://img.shields.io/github/sponsors/williamboman?style=flat-square)](https://github.com/sponsors/williamboman)