Skip to content

Commit

Permalink
Update format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LHT129 authored Dec 2, 2024
1 parent b73020f commit 39caebd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Clang Format Check

on:
push:
branches:
- [ * ]
branches: [ "*" ]
pull_request:
branches:
- main
branches: [ "main" ]

jobs:
clang-format-check:
Expand Down

0 comments on commit 39caebd

Please sign in to comment.