Skip to content

Commit

Permalink
new develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 committed Feb 5, 2024
1 parent 5ee1237 commit 2a3950a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test

on:
push:
branches: [ master ]
branches: [ develop ]
pull_request:
branches: [ master ]
branches: [ develop ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion EmbeddedTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClimbPlugins", "ClimbPlugin
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComCli", "ComCli\ComCli.csproj", "{A7069CBF-7F0B-4B78-BFC8-D43358E20AA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DummyProject", "DummyProject\DummyProject.csproj", "{2903EA15-DFF8-4AD2-B0E2-CEA78CCE91CB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DummyProject", "DummyProject\DummyProject.csproj", "{2903EA15-DFF8-4AD2-B0E2-CEA78CCE91CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 2a3950a

Please sign in to comment.