From 8f1ab0e3f339b487758d2a3744e6aa647a5b3185 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 31 Oct 2022 16:12:24 -0700 Subject: [PATCH] Adding the 'libs/**' directory back to the Desktop build pipeline PR trigger list --- .github/workflows/build-desktop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 644288bd9909..be69b22a8a55 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -8,6 +8,7 @@ on: - 'cf-pages' paths: - 'apps/desktop/**' + - 'libs/**' - '*' - '!*.md' - '!*.txt'