Skip to content

Commit 886366a

Browse files
committed
chore: fix schema-bundler workflow
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 0bb19a1 commit 886366a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bundle_2.0_schemas.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 2.0-dev
77
- 2.0-dev-threatmodeling
88
paths:
9+
- '.github/workflows/bundle_2.0_schemas.yml' # self
910
- 'schema/2.0/**/*.schema.json'
1011
- 'tools/src/main/js/bundler/**'
1112
workflow_dispatch: # Allows manual trigger
@@ -36,7 +37,7 @@ jobs:
3637

3738
- name: Bundle schemas
3839
working-directory: tools/src/main/js/bundler
39-
run: >
40+
run: >-
4041
node bundle-schemas.js
4142
../../../../../schema/2.0/model
4243
../../../../../schema/2.0/cyclonedx-2.0.schema.json

0 commit comments

Comments
 (0)