Skip to content

Commit

Permalink
sonarcloud: run analysis on all branch pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
mindsolve committed Mar 27, 2024
1 parent 314d6d1 commit 75ba28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sonarcloud Build
on:
push:
branches:
- master
- '**'
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
Expand Down

0 comments on commit 75ba28d

Please sign in to comment.