Skip to content

Commit 4f3386a

Browse files
committed
fixup! build: update main branch name in GH workflow
1 parent 6358639 commit 4f3386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Lint C/C++ files
5050
run: make lint-cpp
5151
format-cpp:
52-
if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.repository.default_branch }}
52+
if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }}
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)