afrenkai commited on
Commit ·
5da25f9
1
Parent(s): 14eb043
specified all branches
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
name:
|
| 2 |
on:
|
| 3 |
push:
|
|
|
|
| 4 |
|
| 5 |
workflow_dispatch:
|
| 6 |
|
|
|
|
| 1 |
+
name: Run Tests
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
+
branches: []
|
| 5 |
|
| 6 |
workflow_dispatch:
|
| 7 |
|