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 5f6f408..c9a1029 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-primitives.svg)](https://jitpack.io/#ZrdJ/java-primitives) -![GitHub Workflow Status (branch)](https://github.com/zrdj/java-primitives/actions/workflows/maven.yml/badge.svg) +![GitHub Workflow Status (branch)](https://github.com/ZrdJ/java-primitives/actions/workflows/build.yml/badge.svg) # java-primitives