Skip to content

Commit

Permalink
Update sonar-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl authored Apr 18, 2024
1 parent 39abaf8 commit 82d735e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Sonar scan
on:
push:
branches:
- master
- 'release/**'
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
schedule:
- cron: '0 0 * * Mon'
#push:
# branches:
# - master
# - 'release/**'
#pull_request:
# types: [opened, synchronize, reopened]

jobs:
sonar-scan-net:
Expand Down

0 comments on commit 82d735e

Please sign in to comment.