From 3bea7dd596230fc58be3b0c85a6dc5dd55737ac6 Mon Sep 17 00:00:00 2001 From: jjgrainger Date: Wed, 11 May 2022 21:28:06 +0100 Subject: [PATCH] update workflow names --- .github/workflows/{main.yml => tests.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{main.yml => tests.yml} (97%) diff --git a/.github/workflows/main.yml b/.github/workflows/tests.yml similarity index 97% rename from .github/workflows/main.yml rename to .github/workflows/tests.yml index f7f61fc..5fc4538 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Run PHP Tests +name: tests on: push: diff --git a/README.md b/README.md index ebf1342..aedc1bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PostTypes v2.1 -[![Run PHP Tests](https://github.com/jjgrainger/PostTypes/actions/workflows/main.yml/badge.svg)](https://github.com/jjgrainger/PostTypes/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/jjgrainger/PostTypes/branch/master/graph/badge.svg?token=SGrK2xDF46)](https://codecov.io/gh/jjgrainger/PostTypes) [![Latest Stable Version](https://flat.badgen.net/github/release/jjgrainger/PostTypes/stable)](https://packagist.org/packages/jjgrainger/posttypes) [![Total Downloads](https://flat.badgen.net/packagist/dt/jjgrainger/PostTypes)](https://packagist.org/packages/jjgrainger/posttypes) [![License](https://flat.badgen.net/github/license/jjgrainger/PostTypes)](https://packagist.org/packages/jjgrainger/posttypes) +[![tests](https://github.com/jjgrainger/PostTypes/actions/workflows/tests.yml/badge.svg)](https://github.com/jjgrainger/PostTypes/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/jjgrainger/PostTypes/branch/master/graph/badge.svg?token=SGrK2xDF46)](https://codecov.io/gh/jjgrainger/PostTypes) [![Latest Stable Version](https://flat.badgen.net/github/release/jjgrainger/PostTypes/stable)](https://packagist.org/packages/jjgrainger/posttypes) [![Total Downloads](https://flat.badgen.net/packagist/dt/jjgrainger/PostTypes)](https://packagist.org/packages/jjgrainger/posttypes) [![License](https://flat.badgen.net/github/license/jjgrainger/PostTypes)](https://packagist.org/packages/jjgrainger/posttypes) > Simple WordPress custom post types.