Skip to content

Commit de45930

Browse files
committed
ci: explicitly set workflow_dispatch as empty mapping
1 parent be1f1dd commit de45930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
branches: [main, master]
1515
tags: ["v*", "ci-*", "test-*"]
1616
pull_request:
17-
workflow_dispatch:
17+
workflow_dispatch: {}
1818

1919
permissions:
2020
contents: read

0 commit comments

Comments
 (0)