| commit | badbbc7185cde8270e6005bcdb6686363fe00557 | [log] [tgz] |
|---|---|---|
| author | Jordan Bayles <bayles.jordan@gmail.com> | Mon Sep 09 18:35:49 2024 -0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 09 18:35:49 2024 -0700 |
| tree | b4c7806a37569a2a7d131ebb80a8f2065a6e8a2a | |
| parent | caf5fb0742e99c35abdfb127dde749138adc2715 [diff] |
Update clang-format.yml
diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 497b9d6..221f8b8 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml
@@ -1,5 +1,5 @@ name: clang-format check -on: [check_run, push] +on: [check_run, pull_request, push] jobs: formatting-check: