Skip to content

Commit 8c7c16a

Browse files
committed
Fix syntax
1 parent 3593570 commit 8c7c16a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-csharp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: bindings/csharp
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ "main" ]
67
pull_request:
78
branches: [ "main" ]
8-
workflow_dispatch
9+
910

1011
jobs:
1112
build-ffi:

0 commit comments

Comments
 (0)