Skip to content

Commit 249f040

Browse files
committed
Ajuste | Github workflow
1 parent b9cdd5e commit 249f040

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: .NET Core CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "master" ]
88

99
jobs:
1010
build:

ExplorandoMarte/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public static void Main(string[] args)
9191
{
9292
try
9393
{
94-
9594
ICommand command = instruction switch
9695
{
9796
'L' => new TurnLeftCommand(rover),

0 commit comments

Comments
 (0)