diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index ae98c7e96..682aa985d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,7 +5,7 @@ on: push: branches: - - 2.9.x # Check branch after merge + - 3.0.x # Check branch after merge concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.