From dfe5271d507f7a45518c27b87bf656488d415abb Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Tue, 7 Jan 2025 15:52:42 +0000 Subject: [PATCH] Remove test branch trigger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following the PR checklist, I’ve confirmed the dependency output looks good and we can now remove the test branch trigger. --- .github/workflows/sbt-dependency-graph.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sbt-dependency-graph.yaml b/.github/workflows/sbt-dependency-graph.yaml index 70f7698..b8c4648 100644 --- a/.github/workflows/sbt-dependency-graph.yaml +++ b/.github/workflows/sbt-dependency-graph.yaml @@ -3,8 +3,7 @@ on: push: branches: - main - - sbt-dependency-graph-a9f34dbc42c526b7 - workflow_dispatch: + workflow_dispatch: jobs: dependency-graph: runs-on: ubuntu-latest