Skip to content

Commit 08c35f4

Browse files
committed
try trigger
1 parent 7f28a34 commit 08c35f4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: build & test
22
on:
33
workflow_run:
44
workflows: ["Generate Build-Matrix"]
5-
types:
6-
- completed
5+
types: [completed]
76

87
jobs:
98
download-build-matrix:

.github/workflows/generate_build_matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate Build-Matrix
1+
name: "Generate Build-Matrix"
22
on:
33
push:
44
branches: [main, development]

0 commit comments

Comments
 (0)