Skip to content

Commit 40d7e5b

Browse files
SBOM push moves to tool release
SBOM is built at release instead of merge to main
1 parent ba6b209 commit 40d7e5b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/sbom.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Build and Push SBOM to Interlynk
22

33
on:
4-
push:
5-
branches:
6-
- main # Adjust to your main branch name
7-
pull_request:
8-
branches:
9-
- main # Adjust to your main branch name
4+
release:
5+
types:
6+
- created
107

118
jobs:
129
build-sbom:

0 commit comments

Comments
 (0)