afrenkai commited on
Commit ·
14eb043
1
Parent(s): 302f21c
added on push
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
name: run-tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
jobs:
|
| 4 |
uv-example:
|
|
|
|
| 1 |
name: run-tests
|
| 2 |
+
on:
|
| 3 |
+
push:
|
| 4 |
+
|
| 5 |
+
workflow_dispatch:
|
| 6 |
+
|
| 7 |
|
| 8 |
jobs:
|
| 9 |
uv-example:
|