diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 149c995fef0..e281f74eeb0 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -10,7 +10,6 @@ on: - 'apps/browser/**' - 'libs/**' - '*' - - '!libs/importer' - '!*.md' - '!*.txt' push: @@ -22,7 +21,6 @@ on: - 'apps/browser/**' - 'libs/**' - '*' - - '!libs/importer' - '!*.md' - '!*.txt' - '.github/workflows/build-browser.yml' diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index aba5cb341a2..8455457f1d3 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -10,7 +10,6 @@ on: - 'apps/desktop/**' - 'libs/**' - '*' - - '!libs/importer' - '!*.md' - '!*.txt' - '.github/workflows/build-desktop.yml' @@ -23,7 +22,6 @@ on: - 'apps/desktop/**' - 'libs/**' - '*' - - '!libs/importer' - '!*.md' - '!*.txt' - '.github/workflows/build-desktop.yml'