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
|
name: Sonar analyze
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches:
|
workflows: ["Preview Start"]
|
||||||
- master
|
types:
|
||||||
- feature
|
- completed
|
||||||
pull_request:
|
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user