mirror of https://github.com/sbt/sbt.git
Forward Port #7746
This commit is contained in:
parent
a7075072ed
commit
4769a02ec0
|
|
@ -2,7 +2,7 @@
|
|||
name: Submit Dependency Graph
|
||||
on:
|
||||
push:
|
||||
branches: [1.9.x] # default branch of the project
|
||||
branches: [1.10.x, develop]
|
||||
permissions: {}
|
||||
jobs:
|
||||
submit-graph:
|
||||
|
|
@ -13,4 +13,5 @@ jobs:
|
|||
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: sbt/setup-sbt@v1
|
||||
- uses: scalacenter/sbt-dependency-submission@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue