diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 83ea3890..ad7a3428 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET 7.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.20 + dotnet-version: 7.0.410 - name: Setup .NET 8.0 uses: actions/setup-dotnet@v1 with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c87815d9..59118c91 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -2,7 +2,7 @@ name: integration on: push: - branches: [ integration ] + branches: [ master ] jobs: build: