Skip to content

Commit

Permalink
Allow clang-format to be triggered in push events (#1565)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
enjoy-binbin authored Jan 16, 2025
1 parent 6a8f068 commit cda9eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Clang Format Check

on:
push:
pull_request:
paths:
- 'src/**'
Expand Down

0 comments on commit cda9eee

Please sign in to comment.