Fix clang_tidy.yml path

This commit is contained in:
David Capello 2024-02-27 12:07:19 -03:00
parent 1d1b25d425
commit a86b0a7d0c

View File

@ -4,7 +4,7 @@ on:
paths:
- '**.cpp'
- '**.h'
- '.github/workflows/clang-tidy.yml'
- '.github/workflows/clang_tidy.yml'
jobs:
build:
runs-on: ubuntu-latest