From 3a0be9b7dd78a874bab7635a45aaa378d591de86 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 22 Sep 2023 20:11:03 +0000 Subject: [PATCH] ci: running on published instead of just created --- .github/workflows/sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: