diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/build.yml diff --git a/README.md b/README.md index a55c001..82f8527 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 99 Haskell Problems -[![Build status](https://github.com/forketyfork/99-haskell-problems/actions/workflows/test.yml/badge.svg)](https://github.com/forketyfork/99-haskell-problems/actions/workflows/test.yml) +[![Build status](https://github.com/forketyfork/99-haskell-problems/actions/workflows/build.yml/badge.svg)](https://github.com/forketyfork/99-haskell-problems/actions/workflows/build.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Haskell](https://img.shields.io/badge/language-Haskell-purple.svg)](https://www.haskell.org/)