From 7ddab5b8cda8d673b2f4b5a482185fbf295c456d Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Fri, 6 Aug 2021 02:08:44 -0700 Subject: [PATCH] Don't run CI on locale only changes (#2306) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40780340b..00302f285 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ on: - screenshots/* - assets/** + - locales/* - config/** - .github/ISSUE_TEMPLATE/* - kubernetes/**