Skip to content

Commit fd7752b

Browse files
committed
Fix syntax error
1 parent a7cc753 commit fd7752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Testing
22
on:
33
push:
44
branches: [ "master" ]
5-
pull-request:
5+
pull_request:
66
branches: [ "master" ]
77
permissions:
88
contents: read

0 commit comments

Comments
 (0)