From 3c39807270d536ee4006c9a6a96c3bbfdc09c4e1 Mon Sep 17 00:00:00 2001 From: Mike Wu Date: Thu, 28 Dec 2023 18:29:29 +0900 Subject: [PATCH] add ignore static-tools branch for format --- .github/workflows/validate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b58597b..b5a1b47 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -4,6 +4,7 @@ on: branches: - "**" # all branches - "!main" + - "!static-tools" # will remove in separate PR once merged pull_request: branches: - main