add self to path filter

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-11-08 18:31:04 -05:00
parent fc268acd6a
commit b5eaa25f9c

View File

@ -2,10 +2,10 @@ name: cpp-linter
on: on:
pull_request: pull_request:
paths: ['**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake'] paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
push: push:
branches: [main] branches: [main]
paths: ['**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake'] paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
jobs: jobs:
cpp-linter: cpp-linter: