Skip to content

Commit

Permalink
Ignore .changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 17, 2024
1 parent 73e898c commit 100e106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
pull_request:
branches: main
paths-ignore:
- "docs/**"
- ".changeset/**"
- ".husky/**"
- ".storybook/**"
- ".vscode/**"
- "docs/**"
- "public/**"
- "CHANGELOG.md"
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
pull_request:
branches: main
paths-ignore:
- "docs/**"
- ".changeset/**"
- ".husky/**"
- ".storybook/**"
- ".vscode/**"
- "docs/**"
- "public/**"
- "CHANGELOG.md"

Expand Down

0 comments on commit 100e106

Please sign in to comment.