Skip to content

Commit 2c4e7a9

Browse files
committed
run sbt-dependency-submission only on the main branch
1 parent 3ce66d9 commit 2c4e7a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Run tests
3939
run: sbt test
4040
- name: Update Dependency Graph
41+
if: github.ref == 'refs/heads/main'
4142
uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)