Skip to content

Commit 4a14d4d

Browse files
committed
fix: change trigger branch name
1 parent 7034491 commit 4a14d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Clang Format
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
paths:
77
- '.github/**'
88
- 'cubool/**'
99
- '.clang-format'
1010
pull_request:
11-
branches: [ main ]
11+
branches: [ master ]
1212

1313
jobs:
1414
formatting-check:

0 commit comments

Comments
 (0)