Skip to content

Commit

Permalink
Merge pull request #14 from ADPRO-C11/sonar
Browse files Browse the repository at this point in the history
chore: Update SonarCloud workflow to include dev branch
  • Loading branch information
asteriskzie authored May 18, 2024
2 parents 1ab0694 + 55c1249 commit 1316bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ name: SonarCloud analysis

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 1316bfb

Please sign in to comment.