diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b301a7..b08e337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: Release on: push: branches: - - v[1-9].[x0-9], + - '[1-9].x' + - '[1-9].[0-9].x' - main - alpha