diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index 192f7ffc93..5596dbcee0 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -19,11 +19,13 @@ on: push: branches: - "main" + - "releases/*" - "develop" - "next*" pull_request: branches: - "main" + - "releases/*" - "develop" - "next*" jobs: diff --git a/.releaserc b/.releaserc index dd04962232..47af264e73 100644 --- a/.releaserc +++ b/.releaserc @@ -1,6 +1,6 @@ { "branches": [ - '+([0-9])?(.{+([0-9]),x}).x', + 'releases\/+([0-9])?(\.\d+)(\.\d+|z|$)', 'main', 'next', {