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