diff --git a/.github/workflows/bundling-test.yml b/.github/workflows/bundling-test.yml index 88af0e8f..726c96f5 100644 --- a/.github/workflows/bundling-test.yml +++ b/.github/workflows/bundling-test.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - "main-0.4" + - "main" concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4413fa0e..a028c79c 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - "main-0.4" + - "main" concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}