Skip to content

Commit

Permalink
run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Feb 13, 2024
1 parent 6f000a0 commit 65405f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: SBOM
on:
workflow_dispatch:
release:
types: [published]

permissions: read-all

Expand All @@ -26,6 +27,7 @@ jobs:
id: sbom
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/[email protected]
with:
path: ${{steps.sbom.outputs.fileName }}
Expand Down

0 comments on commit 65405f3

Please sign in to comment.