Skip to content

Commit

Permalink
Workflow for tags
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Dec 4, 2023
1 parent 77629b6 commit 8078dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: build and test
on:
push:
branches: [ "main" ]
tags:
- 'v*'
pull_request:
branches: [ "main" ]

Expand Down
4 changes: 2 additions & 2 deletions Dosai/Dosai.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platform>x64</Platform>
Expand All @@ -10,7 +10,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8078dd5

Please sign in to comment.