Spaces:
Sleeping
Sleeping
Julian-Hans
commited on
Commit
·
9a049de
1
Parent(s):
714b9dd
added manual trigger to tests
Browse files
.github/workflows/test.yml
CHANGED
@@ -13,6 +13,8 @@ on:
|
|
13 |
pull_request:
|
14 |
branches:
|
15 |
- main
|
|
|
|
|
16 |
|
17 |
jobs:
|
18 |
test:
|
|
|
13 |
pull_request:
|
14 |
branches:
|
15 |
- main
|
16 |
+
workflow_dispatch: # Manual trigger
|
17 |
+
|
18 |
|
19 |
jobs:
|
20 |
test:
|