Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit a66e8fd

Browse files
committed
add workflow_dispatch for tests
1 parent a35e615 commit a66e8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8-
8+
workflow_dispatch:
9+
910
concurrency:
1011
group: tests-${{ github.ref }}
1112
cancel-in-progress: true

0 commit comments

Comments
 (0)