Merge pull request #2991 from ollama/mxyng/fix-ci

fix ci
This commit is contained in:
Michael Yang 2024-03-07 11:35:06 -08:00 committed by GitHub
commit f678f5c5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ name: test
on: on:
pull_request: pull_request:
paths: paths:
- '**/*'
- '!docs/**' - '!docs/**'
- '!examples/**' - '!examples/**'
- '!README.md' - '!README.md'