Skip to content

Commit eced0d3

Browse files
committed
♻️ tweaks to actions on main branch
1 parent b92ac15 commit eced0d3

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/publish-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
docs-publish:
99
uses: mindee/mindee-api-java/.github/workflows/_docs.yml@main
1010
secrets: inherit
11+
sync-readme:
12+
uses: mindee/mindee-api-java/.github/workflows/_sync-md.yml@main
13+
needs: docs-publish
14+
secrets: inherit
1115
maven-publish:
1216
uses: mindee/mindee-api-java/.github/workflows/_maven-publish.yml@main
1317
secrets: inherit

.github/workflows/push-main-branch.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ jobs:
1212
uses: mindee/mindee-api-java/.github/workflows/_build.yml@main
1313
needs: checkstyle
1414
secrets: inherit
15-
codeql:
16-
uses: mindee/mindee-api-java/.github/workflows/_codeql.yml@main
17-
needs: build
18-
sync-readme:
19-
uses: mindee/mindee-api-java/.github/workflows/_sync-md.yml@main
20-
needs: codeql
21-
secrets: inherit
2215
tag:
2316
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
24-
needs: codeql
17+
needs: build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-java)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mindee/mindee-api-java/build.yml)](https://github.com/mindee/mindee-api-java) [![Version](https://img.shields.io/maven-central/v/com.mindee.sdk/mindee-api-java)](https://mvnrepository.com/artifact/com.mindee.sdk/mindee-api-java)
1+
[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-java)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mindee/mindee-api-java/push-main-branch.yml)](https://github.com/mindee/mindee-api-java) [![Version](https://img.shields.io/maven-central/v/com.mindee.sdk/mindee-api-java)](https://mvnrepository.com/artifact/com.mindee.sdk/mindee-api-java)
22

33
# Mindee API Helper Library for Java
44
Quickly and easily connect to Mindee's API services using Java.

0 commit comments

Comments
 (0)