diff --git a/.github/workflows/build-debian.yml b/.github/workflows/build-debian.yml index eb44fb2..429b11f 100644 --- a/.github/workflows/build-debian.yml +++ b/.github/workflows/build-debian.yml @@ -3,7 +3,7 @@ name: Build and Upload Debian Package on: push: tags: - - 'v*' # This will trigger the workflow for any tag that starts with 'v' + - '*' # This will trigger the workflow for any tag that starts with 'v': e.g. git tag 1.1.0 jobs: build: