From 0c7830b53c62d91dbd8fb1747b562e73352f2327 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 25 Feb 2021 19:15:48 +0100 Subject: [PATCH] exclude webclient (#4270) --- .github/workflows/ci-builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 117dad1a..7b6af058 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: