Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jun 15, 2022
1 parent 0f3931d commit 70d022d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: SonarCloud
on:
push:
branches: [ master ]
branches:
- '**'
pull_request:
branches: [ master ]
branches:
- '**'
jobs:
build:
name: Build and analyze
runs-on: windows-latest
steps:
- name: Install .NET 6
uses: actions/[email protected]
with:
dotnet-version: 6.x
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 70d022d

Please sign in to comment.