Skip to content

Add workflow dispatch plus repo condition to scala-steward.yml #25

Add workflow dispatch plus repo condition to scala-steward.yml

Add workflow dispatch plus repo condition to scala-steward.yml #25

name: Update Dependency Graph
on:
push:
branches:
- main # default branch of the project
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: pekko-http-tests_3 pekko-http-docs_3