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: pull_request_target:
branches: branches:
- main - main
paths:
- '**.tsx?'
jobs: jobs:
check-types: check-types:
name: Check types name: Check types

View File

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