Skip to content

Commit 1beb22b

Browse files
committed
Ajuste | Github workflow
1 parent 325fb1e commit 1beb22b

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ namespace ExplorandoMarte
1010
{
1111
public class Program //: Controller
1212
{
13-
// public Program(ILogger logger) : base(logger)
14-
// {
15-
// }
16-
17-
// This is a trigger comment to run the GitHub Actions workflow
1813
public static void Main(string[] args)
1914
{
2015
try

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Aqui está um exemplo de README que inclui as informações solicitadas:
2-
3-
---
4-
51
# Explorando Marte
62

73
## Descrição do Problema

0 commit comments

Comments
 (0)