Skip to content

Commit

Permalink
Merge pull request #27 from eclipse-tractusx/feat/workflows/sonar-push
Browse files Browse the repository at this point in the history
cicd(Sonar): trigger sonar scan workflow on push to main branch
  • Loading branch information
nicoprow authored Feb 1, 2023
2 parents af3698d + 28ff637 commit 4f7d937
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sonar-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: SonarCloud Scan
on:
workflow_call:
push:
branches:
- main
workflow_dispatch:

jobs:
sonar-scan:
Expand Down

0 comments on commit 4f7d937

Please sign in to comment.