diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb5b4ebb..06980e10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,8 +45,8 @@ jobs: # workaround for actions/setup-dotnet#155 - name: Clear package cache run: dotnet clean Wasmtime.sln && dotnet nuget locals all --clear - - name: Enable development builds for the main branch - if: github.ref == 'refs/heads/main' || github.base_ref == 'main' + - name: Enable development builds for the main branch on schedule + if: github.ref == 'refs/heads/main' && github.event_name == 'schedule' shell: bash run: | echo "DevBuild=true" >> $GITHUB_ENV diff --git a/Directory.Build.props b/Directory.Build.props index a3b30540..45dfd232 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - true - 19.0.1 + false + 20.0.2 $(WasmtimeVersion)$(WasmtimeDotnetVersion)-dev $(WasmtimeVersion)$(WasmtimeDotnetVersion)