Skip to content

Commit 6b5b209

Browse files
committed
NODE-7025: removing path ignore since path is enough
1 parent 60c3224 commit 6b5b209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
paths:
77
- 'package.json'
88
- 'package-lock.json'
9-
paths-ignore:
10-
- 'sbom.json'
9+
1110
workflow_dispatch:
1211

1312
permissions:

0 commit comments

Comments
 (0)