Path fixes
parent
3ac8caecbf
commit
049e433781
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue