From 309b8ad2efe792134fb350fb6baf7171c6a339ea Mon Sep 17 00:00:00 2001 From: KatoakDR <68095633+KatoakDR@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:59:48 -0500 Subject: [PATCH] fix: typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 159219c2..9ef26e31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: # Run for each commit to confirm that the build is still working. push: paths: - - ./.github/workflows/build.yml + - '.github/workflows/build.yml' - 'src/**' - '!src/**/__tests__/**' - '!src/**/__mocks__/**'