Skip to content

Commit

Permalink
Run clang-format-check.yml on pull_request
Browse files Browse the repository at this point in the history
It is inconvenient to report a formatting error after a pull request has
been merged.
  • Loading branch information
wantehchang committed Jun 28, 2024
1 parent 4a67281 commit 6c83724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI Format Check
on: [push]
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit 6c83724

Please sign in to comment.