diff --git a/.github/workflows/tests-frontend.yml b/.github/workflows/tests-frontend.yml index f88f900204..14011a5110 100644 --- a/.github/workflows/tests-frontend.yml +++ b/.github/workflows/tests-frontend.yml @@ -7,7 +7,7 @@ defaults: on: pull_request: paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**' @@ -22,7 +22,7 @@ on: - staging paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**' diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 46b6b82649..b028676aa7 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -7,7 +7,7 @@ defaults: on: pull_request: paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**' @@ -22,7 +22,7 @@ on: - staging paths: - - 'frotend/**' + - 'frontend/**' - 'common/**' - 'render-wasm/**'