Skip to content

Commit 6edc55b

Browse files
committed
ci: skip typecheck for refs and non-code file PRs
1 parent e59291e commit 6edc55b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- '!.changeset/**'
3535
- '!hosting/**'
3636
- '!.github/**'
37+
- '!references/**'
38+
- '!**/*.md'
39+
- '!**/.env.example'
3740
- '.github/workflows/pr_checks.yml'
3841
- '.github/workflows/typecheck.yml'
3942
webapp:

0 commit comments

Comments
 (0)