Forward Port #7746

This commit is contained in:
friendseeker 2024-10-10 00:19:26 -07:00 committed by Jerry Tan
parent a7075072ed
commit 4769a02ec0
1 changed files with 2 additions and 1 deletions

View File

@ -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