From 8d98c6a69a41e6f5652eff7a9713cc0e24b7db96 Mon Sep 17 00:00:00 2001 From: peetzweg/ <839848+peetzweg@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:58:44 +0100 Subject: [PATCH] chore: ignore `./ui` folder as it does not contain contracts (#50) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56be6993..048db79e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: **/*.md multi-contract-caller/** upgradeable-contracts/** + ui/** json: true - name: Look for changes in multi and upgradable contracts