From 2c50ba45dd0953d4cd5fe1c5d693079a67588f4f Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 29 Oct 2021 15:25:19 +0900 Subject: [PATCH] Fix: CI - Format test only modified `userChrome.css`, `userContent.css` --- .github/workflows/format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b7ad9b8..36e2922 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,6 +9,9 @@ on: - dev - photon-style - proton-style + paths: + - userChrome.css + - userContent.css jobs: prettier: