Skip to content

Commit aaafa68

Browse files
authored
Add automatic publish
1 parent 6633d25 commit aaafa68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Publish
22

33
on:
44
workflow_dispatch:
5+
workflows: ['Build']
6+
branches:
7+
- master
8+
types:
9+
- completed
510

611
jobs:
712
publish:

0 commit comments

Comments
 (0)