mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
chore: fix sonar action trigger (#2670)
* chore: fix sonar action trigger * fix sonar action * fix sonar actino trigger
This commit is contained in:
parent
0dbde95291
commit
77b1885cfe
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
@ -1,11 +1,9 @@
|
||||
name: Sonar analyze
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feature
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
workflow_run:
|
||||
workflows: ["Preview Start"]
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user