diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3aea146357..57a0bd5b00 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,9 @@ on: branches: - main - beta - - '+([0-9])?(.{+([0-9]),x}).x' + - 1.1.0 + - 1.2.0 + - '^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$' permissions: contents: read # for checkout