diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e218a53..c6e83fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [main, next] pull_request: - branches: [main] + branches: [main, next] concurrency: group: ${{ github.workflow }}-${{ github.ref }}