diff --git a/.changeset/pre.json b/.changeset/pre.json index 67b191b3b7..da66dac2e1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,5 +1,5 @@ { - "mode": "pre", + "mode": "exit", "tag": "next", "initialVersions": { "@alfalab/core-components-accordion": "2.0.1", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73bb8649fd..fd072ec336 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,14 @@ name: release on: - workflow_dispatch: + workflow_dispatch: # version/48 push: branches: - master - next + - version/* + branches-ignore: + - version/48 concurrency: ${{ github.workflow }}-${{ github.ref }}