Skip to content

Commit 7a3d521

Browse files
committed
ci(test.yaml): add workflow_dispatch
1 parent e7d6978 commit 7a3d521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
- cron: '0 9 * * 1' # run every Monday at 9 AM UTC (3 am PST)
88
push:
99
pull_request:
10-
10+
workflow_dispatch:
11+
1112
jobs:
1213
build:
1314
name: ${{ matrix.python-version }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)