From 17aaf083c48d5fc4a5fe7f9ff099d5e5e7f7e294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 12 Feb 2025 15:20:33 +0100 Subject: [PATCH] WIP: Build & Release --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04f0bd7..11264ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,5 @@ -name: BuilApp +name: BuildApp on: - push: - branches: [ ci-cd ] - pull_request: - branches: [ ci-cd ] workflow_dispatch: jobs: build-frontend: @@ -35,10 +31,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Setup dotnet 6 + - name: Setup dotnet 9 uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install dependencies working-directory: WebAPI run: dotnet restore