Skip to content

Commit fc04bdf

Browse files
glaudeeeclaude
andcommitted
ci: build main (lib flavor) + fix README status badge
- 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) <noreply@anthropic.com>
1 parent 19c3512 commit fc04bdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches-ignore: [main] # main = release branch → release.yml; PRs inherit via head SHA
5+
branches: ['**'] # all branches incl. main, NOT tags (tags → release flow)
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]()
22
[![](https://jitpack.io/v/ZrdJ/java-identifiers.svg)](https://jitpack.io/#ZrdJ/java-identifiers)
3-
![GitHub Workflow Status (branch)](https://github.com/zrdj/java-identifiers/actions/workflows/maven.yml/badge.svg)
3+
![GitHub Workflow Status (branch)](https://github.com/ZrdJ/java-identifiers/actions/workflows/build.yml/badge.svg)
44

55
# java-identifiers
66

0 commit comments

Comments
 (0)