From 46bf58516161f7d53fce6058356e4c7c42a47da7 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 25 Jun 2024 15:04:04 +0100 Subject: [PATCH] some more cleanup --- .github/workflows/main.yml | 2 +- System.DoubleNumerics.sln.DotSettings | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 System.DoubleNumerics.sln.DotSettings diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77c4e12..7f1f434 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: .NET Build and Publish on: push: - branches: ["main"] + branches: ["master"] jobs: build: diff --git a/System.DoubleNumerics.sln.DotSettings b/System.DoubleNumerics.sln.DotSettings deleted file mode 100644 index 5a8d611..0000000 --- a/System.DoubleNumerics.sln.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - ExternalToolData|CSharpier|csharpier||csharpier|$FILE$ \ No newline at end of file