From 419b821495f6c606ba3c96e8bba3c06dc55ae1eb Mon Sep 17 00:00:00 2001 From: Jacob Payne Date: Tue, 21 Mar 2023 10:32:58 -0700 Subject: [PATCH] fix ci --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d948f86..468b6b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,9 @@ on: push: branches: - main - pull_request: true + pull_request: + paths: + - '**' env: FORCE_COLOR: 1 jobs: