From ed84db74ea35a40d62086432d4c2c09a5bb074a9 Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Wed, 9 Jul 2025 12:26:28 +0200 Subject: [PATCH 1/3] Update README.md Signed-off-by: Nora Blomaard --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19f372a7e..81cf5bb04 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ Perspectives are given to users to implement other use cases in coherence with t For more informations about the project documentation (architecture, code documentation, etc), please refer to [Documentation](https://com-pas.github.io/compas-sct/) Interested in contributing? Please read carefully the [CONTRIBUTING guidelines](https://github.com/com-pas/contributing/blob/master/CONTRIBUTING.md). + +Test change From 82af25fa2075d02a954766db34adc63309234ff9 Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Wed, 9 Jul 2025 12:44:03 +0200 Subject: [PATCH 2/3] Revert "Update README.md" This reverts commit ed84db74ea35a40d62086432d4c2c09a5bb074a9. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 81cf5bb04..19f372a7e 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,3 @@ Perspectives are given to users to implement other use cases in coherence with t For more informations about the project documentation (architecture, code documentation, etc), please refer to [Documentation](https://com-pas.github.io/compas-sct/) Interested in contributing? Please read carefully the [CONTRIBUTING guidelines](https://github.com/com-pas/contributing/blob/master/CONTRIBUTING.md). - -Test change From 129cd43f31c3b6852daf1f390913a971d6ec0ccf Mon Sep 17 00:00:00 2001 From: Nora Blomaard Date: Wed, 9 Jul 2025 12:44:58 +0200 Subject: [PATCH 3/3] fix: update SonarCloud build triggers for push and pull requests --- .github/workflows/sonarcloud-build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud-build.yml b/.github/workflows/sonarcloud-build.yml index 5c389fa42..dd0ded604 100644 --- a/.github/workflows/sonarcloud-build.yml +++ b/.github/workflows/sonarcloud-build.yml @@ -4,7 +4,18 @@ name: SonarCloud Build -on: push +on: + push: + branches: + - "**" + pull_request: + branches: + - "main" + - "develop" + pull_request_target: + branches: + - "main" + - "develop" jobs: build: