From 7376cdbabc30d1faebc08d060c54e1b8bf257070 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 6 Aug 2023 16:14:22 -0500 Subject: [PATCH] ci: SonarCloud workflow ignores pushes to tags --- .github/workflows/sonarcloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 792675ce..f37c2209 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -9,6 +9,8 @@ on: - .github/workflows/sonarcloud.yml - sonar-project.properties - "src/**" + tags-ignore: + - "*" env: dotnetVersion: "7.0.x"