Skip to content

Commit b903849

Browse files
committed
add workflow_dispatch in project-ci.yaml
1 parent 04417b5 commit b903849

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/project-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
schedule:
88
- cron: '0 8 * * 1'
9-
9+
workflow_dispatch:
10+
1011
jobs:
1112
tests:
1213
name: Run tests

0 commit comments

Comments
 (0)