From 1f0d976935e4edb16250dd14b473f87fef862afa Mon Sep 17 00:00:00 2001 From: glaude Date: Tue, 26 May 2026 23:13:39 +0200 Subject: [PATCH] ci: build main + fix README status badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up zur bereits gemergten CI-Standard-PR (wurde vor diesen zwei Korrekturen gemergt): - build.yml: push branches: ['**'] (inkl. main) statt branches-ignore [main] — JitPack-release.yml baut main nicht, sonst laeuft main durch keine CI. - README-Badge: maven.yml -> build.yml, Org-Casing zrdj -> ZrdJ. Standard: personal vault/concepts/github-workflow-standard.md Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3ebf31..2193646 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches-ignore: [main] # main = release branch → release.yml; PRs inherit via head SHA + branches: ['**'] # all branches incl. main, NOT tags (tags → release flow) concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/README.md b/README.md index 4319524..c7e0f87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]() [![](https://jitpack.io/v/ZrdJ/java-identifiers.svg)](https://jitpack.io/#ZrdJ/java-identifiers) -![GitHub Workflow Status (branch)](https://github.com/zrdj/java-identifiers/actions/workflows/maven.yml/badge.svg) +![GitHub Workflow Status (branch)](https://github.com/ZrdJ/java-identifiers/actions/workflows/build.yml/badge.svg) # java-identifiers