Compare commits

...

2 Commits

Author SHA1 Message Date
Namu
b21155f50f -
Some checks failed
build / build (push) Successful in 32s
SonarQube Scan / SonarQube Trigger (push) Failing after 19s
2025-09-13 20:04:23 +02:00
Namu
918fa62f84 corrects the name of the branch 2025-09-13 19:51:21 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- master
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan

View File

@@ -48,3 +48,4 @@ for (int i = 0; i < 5; i++)
{
Console.WriteLine($"Count: {i}");
}