From 327c8ce50ad5e976f36d02fbf358aa8efd98f44b Mon Sep 17 00:00:00 2001 From: Jutho Date: Mon, 24 Jul 2023 17:25:49 +0200 Subject: [PATCH] fix branch name in format check --- .github/workflows/format_check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index e70887d..14855d3 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -3,7 +3,8 @@ name: format-check on: push: branches: - - 'master' + - 'main' + - 'release-' tags: '*' pull_request: @@ -38,4 +39,4 @@ jobs: @error "Some files have not been formatted !!!" write(stdout, out) exit(1) - end' + end' \ No newline at end of file