Skip to content

Commit

Permalink
Merge pull request #6 from quizer-app/develop
Browse files Browse the repository at this point in the history
Run action on all pushes to main
  • Loading branch information
EloToJaa authored Dec 25, 2023
2 parents 77ac6bf + 0e90fcb commit 4e7c1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
paths:
- 'PublishGitHubAction/**'

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions src/Quizer.Api/Quizer.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<UserSecretsId>d5aba78c-3529-4cb4-8caf-891dfecd83de</UserSecretsId>
<ContainerImageTags>1.0.0;latest</ContainerImageTags>
<ContainerImageTags>latest</ContainerImageTags>
<ContainerRegistry>ghcr.io</ContainerRegistry>
<ContainerRepository>quizer-app/quizer</ContainerRepository>
</PropertyGroup>
Expand Down

0 comments on commit 4e7c1c8

Please sign in to comment.