diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a31dacae3f..c2f85bb265 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -52,5 +52,5 @@ jobs: - name: Content.IntegrationTests shell: pwsh run: | - $env:COMPlus_gcServer=1 + $env:DOTNET_gcServer=1 dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9695eae1f5..cedb75f726 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish on: push: - branches: [ stable ] + branches: [ master ] jobs: build: