diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 9e25f02..019eb2e 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -2,7 +2,7 @@ name: Generate SBOM on: release: - types: [created] + types: [created, published] jobs: GenerateSBOM: