diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 568b4d7..9e9c39f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -2,7 +2,7 @@ name: Build Release on: push: - branches: [main] + branches: [main, "release-*"] env: CARGO_TERM_COLOR: always