-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Sorry for my ignorance in case that is possible anyway and I just couldn't figure it out or was misconfiguring things or was discussed already.
Let's say I have a repository with two independent projects project_a/build.sbt
and project_b/build.sbt
.
Can I submit both of those build.sbt
files to GitHub so they show up independent in the /network/dependencies view?
I tried that with the Play Framework were we have a build.sbt
and a documentation/build.sbt
, but in the GitHub UI only the build.sbt
shows up.
The workflow: https://github.com/playframework/playframework/blob/3c21f31f28c27ad00c9495096fa60e25a4b67050/.github/workflows/dependency-graph.yml#L24-L27
I think this has to be possible somehow because in our Dependency UI it shows all our (multiple) yml workflow files already.