ci: ignore assets during tests workflow

This commit is contained in:
Ananya Nayak
2023-08-13 10:41:58 +05:30
parent 4b821ee8b9
commit c53c845641
+8
View File
@@ -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