Skip to content

Commit

Permalink
sbt-dependency-graph: Remove test branch trigger
Browse files Browse the repository at this point in the history
Following the PR instructions, I’m removing the test branch trigger from
this workflow so it only runs on main.

I didn’t sense-check the dependency output this time, but since it was
working before I assume it still is.
  • Loading branch information
emdash-ie committed Oct 21, 2024
1 parent a87f1c3 commit 195a564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches:
- main
- sbt-dependency-graph-bbc9cfe33ad7185b
workflow_dispatch:
workflow_dispatch:
jobs:
dependency-graph:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 195a564

Please sign in to comment.