Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 935cb56

Browse files
Update ci.yml
1 parent 3bc4382 commit 935cb56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
uses: ./.github/workflows/build.yml
9090
secrets: inherit
9191
with:
92-
should_run: ${{ github.ref_name == 'develop' }}
92+
should_run: true
9393
environment_name: ${{ needs.init.outputs.environment_name }}
9494
target_branch_name: ${{ needs.init.outputs.target_branch_name }}
9595
working_directory: 'src'
9696
project_names: 'src/libs/Trakt.NET/Trakt.NET.csproj;src/libs/Trakt.NET.HttpClientFactory/Trakt.NET.HttpClientFactory.csproj'
9797
build_configuration: Release
9898
binaries_root_directories: 'src/libs/Trakt.NET/bin;src/libs/Trakt.NET.HttpClientFactory/bin'
9999
artifacts_root_directory: 'artifacts-v2.0.0-alpha'
100-
artifacts_sub_directories: 'netstandard2.0,netstandard2.1,net6.0,net7.0,net8.0'
100+
artifacts_sub_directories: 'netstandard2.0,netstandard2.1,net5.0,net6.0,net7.0,net8.0,net9.0'
101101
artifacts_archive_name: 'Trakt.NET-CI-Build-v2.0.0-Alpha-${{ needs.init.outputs.target_branch_name }}'
102102
upload_codecov: false
103103
push_nuget_package: false

0 commit comments

Comments
 (0)