Skip to content

Commit

Permalink
Merge pull request #61 from TUDelftGeodesy/fix_sonarcloud
Browse files Browse the repository at this point in the history
update sonarcloud github workflow
  • Loading branch information
rogerkuou authored Dec 13, 2024
2 parents cacd5b3 + 6d794b4 commit 53eb35e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [pull_request]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
sonarqube:
name: SonarQube
Expand Down

0 comments on commit 53eb35e

Please sign in to comment.