Skip to content

Commit 83de5a4

Browse files
authored
Update and rename github-actions-ci.yml to test.yml
1 parent 23a6550 commit 83de5a4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: build & test
1+
name: test
22

33

44
on:
5-
push:
6-
branches: [ master ]
7-
pull_request:
8-
branches: [ master ]
9-
5+
workflow_run:
6+
workflows: ["Build"]
7+
types:
8+
- success
109

1110
env:
1211
ACCOUNT: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)