diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml
index e45f7eb5..4aa9524e 100644
--- a/.github/workflows/main_automation.yml
+++ b/.github/workflows/main_automation.yml
@@ -4,9 +4,11 @@ on:
push:
branches:
- main
+ - dev
pull_request:
branches:
- main
+ - dev
jobs:
build_test:
@@ -134,9 +136,8 @@ jobs:
prerelease: true
overwrite: true
release_name: ${{ steps.gitversion.outputs.SemVer }}
- tag_name: prerelease
+ tag_name: ${{ steps.gitversion.outputs.SemVer }}
release_config: |
- lib/bin/Release/QuanTAlib.dll
quantower/Averages/bin/Release/Averages.dll
quantower/Statistics/bin/Release/Statistics.dll
SyntheticVendor/bin/Release/SyntheticVendor.dll
@@ -158,9 +159,8 @@ jobs:
prerelease: false
overwrite: true
release_name: ${{ steps.gitversion.outputs.MajorMinorPatch }}
- tag_name: latest
+ tag_name: ${{ steps.gitversion.outputs.SemVer }}
release_config: |
- lib/bin/Release/QuanTAlib.dll
quantower/Averages/bin/Release/Averages.dll
quantower/Statistics/bin/Release/Statistics.dll
SyntheticVendor/bin/Release/SyntheticVendor.dll
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index 0f30adf3..22780089 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -26,6 +26,7 @@
-->
+