From 20c00cf840b3a83ab21c85a0d3308fff3bb1a831 Mon Sep 17 00:00:00 2001 From: iLxlo_ Date: Sat, 21 Sep 2024 14:19:10 +0200 Subject: [PATCH] Add the branch limitation --- .github/workflows/format-json.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format-json.yml b/.github/workflows/format-json.yml index a79fd433c1..4aeb988677 100644 --- a/.github/workflows/format-json.yml +++ b/.github/workflows/format-json.yml @@ -3,6 +3,8 @@ on: push: paths: - "**/*.json" + branches: + - "**/stable" workflow_dispatch: jobs: