diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 971869c..85f490e 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -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: