From 492c2d716e07f32245312b47974b6885e79cad8e Mon Sep 17 00:00:00 2001 From: Jorge Ramirez Date: Wed, 29 May 2024 16:10:11 -0700 Subject: [PATCH] Update build scripts --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index b86e231..6343f5f 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -3,6 +3,7 @@ name: Main Build on: workflow_dispatch: pull_request: + branches: [ main ] push: branches: [ main ] @@ -17,7 +18,6 @@ jobs: uses: actions/checkout@v3 with: path: Clima - ref: main - name: Setup .NET uses: actions/setup-dotnet@v2