diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6b90c5b..2585f1e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,6 +13,7 @@ on: - .github/** - '!.github/workflows/build-and-test.yml' - .vscode/** + - images/** pull_request: paths-ignore: - .editorconfig @@ -23,6 +24,7 @@ on: - .github/** - '!.github/workflows/build-and-test.yml' - .vscode/** + - images/** concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/README.md b/README.md index badd8ea..9d2e7c1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,23 @@ [![Build and test](https://github.com/BiscuitTin/zig-term-colors/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/BiscuitTin/zig-term-colors/actions/workflows/build-and-test.yml)
- +
# Zig terminal colors A simple library for working with terminal formatting and colors in Zig. + ++ +
+ +