Skip to content

Commit 43d80ea

Browse files
authored
Merge pull request #14913 from dotty-staging/scaladoc/workflow-syntax-fix
Fix syntax error in workflow
2 parents a00877d + 83885f3 commit 43d80ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/language-reference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches:
99
- 'language-reference-stable'
10-
workflow_dispatch
10+
workflow_dispatch:
1111

1212
jobs:
1313
build-and-push:

0 commit comments

Comments
 (0)