From 9ae176afa1b00502bf5ad681d365ddd04ffbda27 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Tue, 25 Jun 2024 12:08:08 +0200 Subject: [PATCH] chore: Update CI workflows to include .yarn folder in paths for frontend and pull requests --- .github/workflows/ci-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 1e6ea0c8a..f12a6fabd 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -4,9 +4,11 @@ on: push: paths: - 'frontend/**' + - '.yarn' pull_request: paths: - 'frontend/**' + - '.yarn' jobs: