Publish master builds again

This commit is contained in:
Vera Aguilera Puerto
2021-12-11 16:15:07 +01:00
parent c4cd55066f
commit 1860ad4b99
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ name: Publish
on:
push:
branches: [ stable ]
branches: [ master ]
jobs:
build: