Allow clang-format to be triggered in push events (#1565)

Just like spell-check workflow, we should allow to trigger it
in push events, so that the forks repo can notice the format
thing way before submitting the PR.

Signed-off-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
Binbin 2025-01-16 10:23:03 +08:00 committed by GitHub
parent 6a8f068e36
commit cda9eee8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
name: Clang Format Check
on:
push:
pull_request:
paths:
- 'src/**'