diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2f898c1..e8e9812 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. diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index af60c2d..5c0203e 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -2,7 +2,7 @@ name: Dependency Graph on: push: branches: - - 2.9.x + - 3.0.x concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.