Skip to content

Commit

Permalink
Remove test branch from workflow
Browse files Browse the repository at this point in the history
As directed by gu-dependency-graph-integrator [on the
PR](#174), I’m removing the
test branch trigger for the workflow after confirming that the workflow
ran correctly.
  • Loading branch information
emdash-ie committed Oct 9, 2024
1 parent 909016e commit 2c359bb
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-f558a69d3a4231c6
workflow_dispatch:
workflow_dispatch:
jobs:
dependency-graph:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c359bb

Please sign in to comment.