diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aaac701734..aca5daad51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,26 @@ name: Tests on: push: branches: [main] + paths-ignore: + - "**/*.md" + - ".prettierrc" + - ".npmrc" + - ".gitignore" + - ".env.example" + - ".eslintrc.cjs" + - ".eslintignore" + - "static/**/*" pull_request: branches: [main] + paths-ignore: + - "**/*.md" + - ".prettierrc" + - ".npmrc" + - ".gitignore" + - ".env.example" + - ".eslintrc.cjs" + - ".eslintignore" + - "static/**/*" env: VITE_APPWRITE_ENDPOINT: http://appwrite.test/v1