Skip to content

Commit

Permalink
Update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
LGouellec committed Dec 5, 2024
1 parent 3307916 commit 297cfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.20
dotnet-version: 7.0.410
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: integration

on:
push:
branches: [ integration ]
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 297cfa2

Please sign in to comment.