Skip to content

Commit

Permalink
ci: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 5, 2023
1 parent e695593 commit fc0a4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- "**"
- '**'

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

0 comments on commit fc0a4fa

Please sign in to comment.