diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83c50fe..331d5a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@ name: Build/release -on: push +on: + push: + tags: + - 'v*' jobs: release: diff --git a/README.md b/README.md index 390ef4f..42773ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # AudioSort +[![Build/release](https://github.com/litruv/AudioSort/actions/workflows/build.yml/badge.svg)](https://github.com/litruv/AudioSort/actions/workflows/build.yml) A desktop application for organizing, tagging, and managing WAV audio files with Universal Category System (UCS) support.