Skip to content

Commit

Permalink
chore: trigger sbom workflow on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart committed Feb 24, 2025
1 parent b899ba5 commit bcc6bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Generate and ingest SBOM into sbom.eclipse.org
on:
push:
branches: [main]
tags:
- "v*"
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit bcc6bad

Please sign in to comment.