Skip to content

Commit

Permalink
fix github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vova3211 committed Sep 8, 2024
1 parent cba6f1d commit b0b4cf0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Build

on:
push:
branches: [ master ]
branches: [ releases/8.x ]
pull_request:
branches: [ master ]
branches: [ releases/8.x ]

jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore ./src/AspNetCore.Identity.Mongo/
- name: Build
Expand Down

0 comments on commit b0b4cf0

Please # to comment.