mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 05:29:20 +00:00
add self to path filter
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
fc268acd6a
commit
b5eaa25f9c
4
.github/workflows/cpp-linter.yml
vendored
4
.github/workflows/cpp-linter.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user