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 4a56f50 commit 46f89a7Copy full SHA for 46f89a7
.github/workflows/sonar_analysis.yml
@@ -2,9 +2,7 @@ name: Static Code Analysis
2
on:
3
push:
4
branches:
5
- - master # or the name of your main branch
6
- pull_request:
7
- types: [opened, synchronize, reopened]
+ - main # or the name of your main branch
8
jobs:
9
build:
10
name: Build
0 commit comments