1 parent f51aa12 commit 1735ad8Copy full SHA for 1735ad8
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
push:
8
branches: [main]
9
pull_request:
10
+ workflow_dispatch: # so a run can be kicked off by hand, e.g. to check a cache
11
12
jobs:
13
build:
0 commit comments