Skip to content

Commit a10628f

Browse files
authored
Update test.yaml
1 parent 5a439ef commit a10628f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: test
22

3-
4-
# on:
5-
# workflow_run:
6-
# workflows: ["build"]
7-
# types:
8-
# - completed
9-
103
on:
114
push:
125
branches: [ master ]
136
pull_request:
147
branches: [ master ]
8+
9+
workflow_run:
10+
workflows: ["build"]
11+
types:
12+
- completed
1513

1614

1715
jobs:

0 commit comments

Comments
 (0)