We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b58c30 commit b84f930Copy full SHA for b84f930
1 file changed
.github/workflows/sonarcloud.yml
@@ -29,11 +29,12 @@
29
name: SonarCloud analysis
30
31
on:
32
- push:
33
- branches: [ "main" ]
34
- pull_request:
35
36
workflow_dispatch:
+ inputs:
+ branch:
+ description: 'Branch to run analysis on'
+ required: true
37
+ default: 'main'
38
39
permissions:
40
pull-requests: read # allows SonarCloud to decorate PRs with analysis results
0 commit comments