diff --git a/.github/workflows/build_package_Rock5.yml b/.github/workflows/build_package_Rock5.yml index 26c8c5665..54c205049 100644 --- a/.github/workflows/build_package_Rock5.yml +++ b/.github/workflows/build_package_Rock5.yml @@ -7,12 +7,7 @@ on: - "dev-release" - "release" - "debug" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' + jobs: build: #runs-on: ubuntu-18.04 diff --git a/sonar-project.properties b/sonar-project.properties index 65f7f8064..ae5d7ef2b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,3 +12,5 @@ sonar.organization=openhd #sonar.sourceEncoding=UTF-8 sonar.exclusions=lib/**, **.java + +#this is nothing \ No newline at end of file