Skip to content

Commit 327c8ce

Browse files
committed
fix branch name in format check
1 parent fd31dc3 commit 327c8ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/format_check.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: format-check
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
7+
- 'release-'
78
tags: '*'
89
pull_request:
910

@@ -38,4 +39,4 @@ jobs:
3839
@error "Some files have not been formatted !!!"
3940
write(stdout, out)
4041
exit(1)
41-
end'
42+
end'

0 commit comments

Comments
 (0)