Skip to content

Commit

Permalink
Merge pull request #464 from Ananya2001-an/ci-add-paths-ignore
Browse files Browse the repository at this point in the history
ci: added `paths-ignore` in tests GHA
  • Loading branch information
TorstenDittmann authored Jan 2, 2024
2 parents 1feecb2 + b60a34e commit 3359937
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

3 comments on commit 3359937

@vercel
Copy link

@vercel vercel bot commented on 3359937 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-preview-git-main-appwrite.vercel.app
console-preview-appwrite.vercel.app
console-next.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3359937 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3359937 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud.vercel.app
console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app

Please sign in to comment.