Skip to content

Commit e70f9d6

Browse files
authored
fix: updates to fix publishing (#20)
1 parent 94879e4 commit e70f9d6

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
name: Unit Tests and Analysis
1+
name: Tests
22

33
on:
44
pull_request:
55
push:
6-
branches:
7-
- main
8-
paths-ignore:
9-
- ".github/**"
10-
- "**.md"
6+
branches: [main]
117
workflow_dispatch:
128

139
concurrency:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**BREAKING CHANGES in v2.0:**
1+
**BREAKING CHANGES in v1.0:**
22
* **java_version is now required (previously defaulted to 17)**
33
* **sonar_project_token has been renamed sonar_token**
44

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Test and Analyze with Triggers and SonarCloud
2-
description: Run node tests based on triggers, optional SonarCloud
1+
name: Java Unit Test and Analysis with SonarCloud
2+
description: Run Java unit tests, can analyse with SonarCloud
33
branding:
44
icon: check-square
55
color: blue

0 commit comments

Comments
 (0)