diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 117dad1a1..7b6af058e 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -6,6 +6,7 @@ on: - master paths-ignore: - '**.md' + - 'webclient/**' tags: - '*' pull_request: @@ -13,6 +14,7 @@ on: - master paths-ignore: - '**.md' + - 'webclient/**' jobs: configure: