mirror of https://github.com/sbt/sbt.git
Merge pull request #7316 from xuwei-k/dependency-graph-branch
fix `dependency-graph.yml` branch setting
This commit is contained in:
commit
503f4002bd
|
|
@ -2,7 +2,7 @@
|
|||
name: Submit Dependency Graph
|
||||
on:
|
||||
push:
|
||||
branches: [1.7.x] # default branch of the project
|
||||
branches: [1.9.x] # default branch of the project
|
||||
permissions: {}
|
||||
jobs:
|
||||
submit-graph:
|
||||
|
|
|
|||
Loading…
Reference in New Issue