Skip to content

Commit 5a439ef

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

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/test.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: test
22

33

4+
# on:
5+
# workflow_run:
6+
# workflows: ["build"]
7+
# types:
8+
# - completed
9+
410
on:
5-
workflow_run:
6-
workflows: ["build"]
7-
types:
8-
- completed
11+
push:
12+
branches: [ master ]
13+
pull_request:
14+
branches: [ master ]
15+
916

1017
jobs:
1118

0 commit comments

Comments
 (0)