Skip to content

Commit d2bab67

Browse files
authored
Update SonarCloudCodeAnalysis.yml
1 parent 1f5ec9c commit d2bab67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/SonarCloudCodeAnalysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ permissions:
44

55
on:
66
push:
7-
branches: [ dev, main, dependabot, aa ] # 在推送到主干分支时触发
7+
branches: [ 'dev', 'main', 'dependabot', 'aa' ] # 在推送到主干分支时触发
88
pull_request:
9-
branches: [ dev, main, dependabot, aa ] # 在任何针对主干分支的PR创建时触发
9+
branches: [ 'dev', 'main', 'dependabot', 'aa' ] # 在任何针对主干分支的PR创建时触发
1010
workflow_dispatch:
1111

1212

0 commit comments

Comments
 (0)