summaryrefslogtreecommitdiff
path: root/.github/workflows/sonarcloud.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-07-09 23:36:28 +0530
committerGitHub <noreply@github.com>2024-07-09 21:06:28 +0300
commit2470f189a74fdeebdeca57ab21f6a6804069ddaf (patch)
treed05a7b1567ea7ef594a3e8cab63fa8515aa7f006 /.github/workflows/sonarcloud.yml
parent863ff36b84e4d0220a5fb79b2243502c85deb0c1 (diff)
downloadvyos-1x-2470f189a74fdeebdeca57ab21f6a6804069ddaf.tar.gz
vyos-1x-2470f189a74fdeebdeca57ab21f6a6804069ddaf.zip
T6564: workflow trigger restrictions for circinus (#3802)
Diffstat (limited to '.github/workflows/sonarcloud.yml')
-rw-r--r--.github/workflows/sonarcloud.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index d59460fe2..366d47199 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -3,8 +3,16 @@ on:
push:
branches:
- circinus-stream
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
pull_request_target:
types: [opened, synchronize, reopened]
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
jobs:
sonar-cloud:
name: SonarCloud