Compare commits
2 Commits
StaticAnal
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d36e3e0d7f | |||
| 3d4394765b |
@@ -1,9 +1,10 @@
|
||||
name: Bigfoot
|
||||
|
||||
pull_request:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
types: [opened, synchronize, reopened]
|
||||
- Development
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
@@ -35,7 +36,7 @@ jobs:
|
||||
run: infer run --compilation-database build/Debug/compile_commands.json
|
||||
|
||||
- name: SonarQube Scan
|
||||
if: github.event_name == 'push'
|
||||
if: github.head_ref == 'main' || github.ref_name == 'main'
|
||||
uses: SonarSource/sonarqube-scan-action@v7.0.0
|
||||
with:
|
||||
args: >
|
||||
|
||||
Reference in New Issue
Block a user