fix: clang-format should have an on: pull_request

This commit is contained in:
orng 2026-03-29 19:50:20 -05:00
parent a66a391225
commit 715f5e1dae

View file

@ -3,18 +3,31 @@ name: Check Format (Linux, x86-64)
on:
push:
paths:
- '**.cpp'
- '**.h'
- '**.c'
- '**.cc'
- '**.cxx'
- '**.hh'
- '**.hpp'
- '**.hxx'
- '**.inl'
- '.clang-format'
- '.github/workflows/clang-format.yml'
- '.github/scripts/check-clang-format.sh'
- "**.cpp"
- "**.h"
- "**.c"
- "**.cc"
- "**.cxx"
- "**.hh"
- "**.hpp"
- "**.hxx"
- "**.inl"
- ".clang-format"
- ".github/workflows/clang-format.yml"
- ".github/scripts/check-clang-format.sh"
pull_request:
paths:
- "**.cpp"
- "**.h"
- "**.c"
- "**.cc"
- "**.cxx"
- "**.hh"
- "**.hpp"
- "**.hxx"
- "**.inl"
- "**.meson.build"
- ".github/workflows/clang-format.yml*"
jobs:
formatting-check: