Skip to content

Commit 9b54aca

Browse files
committed
fix: change trigger branch name
1 parent 685720a commit 9b54aca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/clang-format.yml

Lines changed: 4 additions & 3 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:
@@ -21,8 +21,9 @@ jobs:
2121
- 'cubool'
2222
steps:
2323
- uses: actions/checkout@v4
24+
2425
- name: Run clang-format style check
2526
uses: jidicula/[email protected]
2627
with:
2728
clang-format-version: '20'
28-
check-path: ${{ matrix.path }}
29+
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)