Path fixes

This commit is contained in:
zomars 2022-07-04 18:34:39 -06:00
parent 3ac8caecbf
commit 049e433781
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ on:
pull_request_target:
branches:
- main
paths:
- '**.tsx?'
jobs:
check-types:
name: Check types

View File

@ -3,7 +3,7 @@ on:
pull_request_target: # So we can test on forks
branches:
- main
paths-ignore:
paths:
- '!apps/web/public/static/locales/**'
- '!**.md'
jobs: