diff --git a/.github/workflows/default.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/default.yml rename to .github/workflows/tests.yml index c44c1bf..100cf1e 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: CI +name: Run Tests on: push: @@ -16,7 +16,7 @@ on: workflow_dispatch: jobs: - default: + tests: runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 91732b1..dfe3ded 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License](https://img.shields.io/github/license/grandchild/AVS-File-Decoder?color=blue&style=for-the-badge)](https://github.com/grandchild/AVS-File-Decoder/blob/main/LICENSE) [![Version (scoped with tag)](https://img.shields.io/npm/v/%40visbot/webvsc/next?style=for-the-badge)](https://www.npmjs.org/package/@visbot/webvsc) -[![Build](https://img.shields.io/github/actions/workflow/status/grandchild/AVS-File-Decoder/default.yml?style=for-the-badge)](https://github.com/grandchild/AVS-File-Decoder/actions) +[![Build](https://img.shields.io/github/actions/workflow/status/grandchild/AVS-File-Decoder/tests.yml?style=for-the-badge)](https://github.com/grandchild/AVS-File-Decoder/actions) ## Description