Skip to content

Commit

Permalink
fix: run sonar on main
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Dec 2, 2024
1 parent 8c20ad6 commit e2ad20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test and Sonar Analysis
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
schedule:
- cron: '0 12 * * *'
jobs:
Expand Down

0 comments on commit e2ad20e

Please sign in to comment.