From 049e433781e9ffae72ed3cee0455a4c4d3e7afe8 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 4 Jul 2022 18:34:39 -0600 Subject: [PATCH] Path fixes --- .github/workflows/check-types.yml | 2 ++ .github/workflows/e2e.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: