mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 21:19:08 +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:
|
||||
pull_request:
|
||||
paths: ['**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
|
||||
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
|
||||
push:
|
||||
branches: [main]
|
||||
paths: ['**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
|
||||
paths: ['.github/workflows/cpp-linter.yml', '**.c', '**.cpp', '**.h', '**.inl', '**CMakeLists.txt', '**.cmake']
|
||||
|
||||
jobs:
|
||||
cpp-linter:
|
||||
|
Loading…
Reference in New Issue
Block a user