From c53c845641f25c55cc5a78ec8567cd2891948b37 Mon Sep 17 00:00:00 2001 From: Ananya Nayak Date: Sun, 13 Aug 2023 10:41:58 +0530 Subject: [PATCH] ci: ignore assets during tests workflow --- .github/workflows/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4abdcee24..76ba7543a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,10 @@ on: - ".prettierrc" - ".npmrc" - ".gitignore" + - ".env.example" + - ".eslintrc.cjs" + - ".eslintignore" + - "static/*" pull_request: branches: [main] paths-ignore: @@ -15,6 +19,10 @@ on: - ".prettierrc" - ".npmrc" - ".gitignore" + - ".env.example" + - ".eslintrc.cjs" + - ".eslintignore" + - "static/*" env: VITE_APPWRITE_ENDPOINT: http://appwrite.test/v1