Skip to content

Commit 63c7486

Browse files
Merge pull request #51 from interlynk-io/surendrapathak-patch-6
SBOM push moves to tool release
2 parents ba6b209 + 40d7e5b commit 63c7486

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)