Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fc0a4fa

Browse files
committed
ci: use single quotes
1 parent e695593 commit fc0a4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- "**"
6+
- '**'
77

88
env:
99
DOTNET_NOLOGO: true # https://github.com/actions/setup-dotnet#environment-variables-to-use-with-dotnet

0 commit comments

Comments
 (0)