Skip to content

Commit 5d4af8e

Browse files
Merge pull request #1853 from xwp/fix/deploy-workflow-release-trigger
Add missing workflow trigger
2 parents befdb9b + 379f3a3 commit 5d4af8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-to-stream-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- develop
8+
release:
9+
types: [published]
810

911
jobs:
1012
lint_and_test:

0 commit comments

Comments
 (0)