mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
choe: run tests on main (#422)
* Make tests actually run on `main` (and don't ignore example/readme changes)
This commit is contained in:
parent
967fd657f1
commit
f7e23ddb93
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -1,10 +1,10 @@
|
||||
name: test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'examples/**'
|
||||
- '**/README.md'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user