Skip to content

Commit 8282607

Browse files
authored
fix: add correct trigger branches name
1 parent 61876d5 commit 8282607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-format.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
paths:
77
- '.github/**'
88
- 'src/**'
99
- 'include/**'
1010
- 'tests/**'
1111
- '.clang-format'
1212
pull_request:
13-
branches: [ master ]
13+
branches: [ main ]
1414

1515
jobs:
1616
formatting-check:
@@ -30,4 +30,4 @@ jobs:
3030
uses: jidicula/[email protected]
3131
with:
3232
clang-format-version: '20'
33-
check-path: ${{ matrix.path }}
33+
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)