Skip to content

Commit 6aad0dc

Browse files
DROP
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 9f583bf commit 6aad0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
ls -la *.json || echo "No BOM JSON files found"
279279
280280
- name: Upload SBOMs to Dependency Track
281-
if: github.ref == 'refs/heads/ionos-stable'
281+
if: github.ref == 'refs/heads/ionos-stable' || github.ref == 'refs/heads/mk/tl/feature/sbom-generation'
282282
env:
283283
DT_BASE_URL: ${{ vars.DEPENDENCY_TRACK_BASE_URL }}
284284
DT_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}

0 commit comments

Comments
 (0)