diff --git a/.github/workflows/core-test.yml b/.github/workflows/core-test.yml index 1609b8619c..fc4dcda5e7 100644 --- a/.github/workflows/core-test.yml +++ b/.github/workflows/core-test.yml @@ -5,6 +5,7 @@ on: types: [synchronize, opened, reopened] branches: - main + - 0.100-bug-fixes concurrency: # Cancel previous workflows on the same pull request group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/full-test.yml b/.github/workflows/full-test.yml index b432fbd4d5..da2d8ed212 100644 --- a/.github/workflows/full-test.yml +++ b/.github/workflows/full-test.yml @@ -5,6 +5,7 @@ on: types: [synchronize, opened, reopened] branches: - main + - 0.100-bug-fixes concurrency: # Cancel previous workflows on the same pull request group: ${{ github.workflow }}-${{ github.ref }}