diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index c3c2e704d7..1ef2e1819f 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -3,6 +3,8 @@ on: pull_request_target: branches: - main + paths: + - '**.tsx?' jobs: check-types: name: Check types diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 853fc347c0..82af45b140 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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: