Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschechola committed May 30, 2023
2 parents cd8ccd0 + 608a4b2 commit a2813df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'
- '*/*'
- '**'
- '!master'
- '!main'

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# StorEsc
[![Default🎇](https://github.com/Eschechola/StorEsc/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Eschechola/StorEsc/actions/workflows/dotnet.yml)
[![Deploy 🔥](https://github.com/Eschechola/StorEsc/actions/workflows/main_storesc.yml/badge.svg)](https://github.com/Eschechola/StorEsc/actions/workflows/main_storesc.yml)
<br><br><br>
A full e-commerce api built in <strong>"Construindo um ecommerce com .NET + Azure 2023"</strong> course by <strong>Lucas Eschechola!</strong>
Expand Down
2 changes: 1 addition & 1 deletion src/StorEsc.Tests/StorEsc.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a2813df

Please sign in to comment.