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