From e70f9d6f082697b6318f233edfb21edf46a6c73b Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 12 Oct 2023 20:17:06 -0700 Subject: [PATCH] fix: updates to fix publishing (#20) --- .github/workflows/unit-tests.yml | 8 ++------ README.md | 2 +- action.yml | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 15842c6..14dfec8 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -1,13 +1,9 @@ -name: Unit Tests and Analysis +name: Tests on: pull_request: push: - branches: - - main - paths-ignore: - - ".github/**" - - "**.md" + branches: [main] workflow_dispatch: concurrency: diff --git a/README.md b/README.md index efa3049..0ad1f60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**BREAKING CHANGES in v2.0:** +**BREAKING CHANGES in v1.0:** * **java_version is now required (previously defaulted to 17)** * **sonar_project_token has been renamed sonar_token** diff --git a/action.yml b/action.yml index e5076b2..c412bd3 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Test and Analyze with Triggers and SonarCloud -description: Run node tests based on triggers, optional SonarCloud +name: Java Unit Test and Analysis with SonarCloud +description: Run Java unit tests, can analyse with SonarCloud branding: icon: check-square color: blue