Skip to content

Commit

Permalink
SBOM push moves to tool release
Browse files Browse the repository at this point in the history
SBOM is built at release instead of merge to main
  • Loading branch information
surendrapathak authored Oct 26, 2023
1 parent ba6b209 commit 40d7e5b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Build and Push SBOM to Interlynk

on:
push:
branches:
- main # Adjust to your main branch name
pull_request:
branches:
- main # Adjust to your main branch name
release:
types:
- created

jobs:
build-sbom:
Expand Down

0 comments on commit 40d7e5b

Please sign in to comment.