Path fixes
parent
3ac8caecbf
commit
049e433781
|
@ -3,6 +3,8 @@ on:
|
|||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**.tsx?'
|
||||
jobs:
|
||||
check-types:
|
||||
name: Check types
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue