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