Skip to content

Commit 830f14b

Browse files
authored
Enable workflow dispatch
1 parent e5c7e20 commit 830f14b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
schedule:
99
# https://crontab.guru/#40_10_*_*_*
1010
- cron: '40 10 * * *'
11-
11+
workflow_dispatch:
12+
1213
jobs:
1314
test-stable:
1415
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)