Skip to content

Commit 12e12c9

Browse files
authored
Merge pull request #31 from GetStream/develop
feat: enable automated deployment on main and develop
2 parents c1bfe22 + ccd4e00 commit 12e12c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Deploy
22

33
on:
44
push:
5-
paths:
6-
- "projects/**"
75
branches:
8-
- automated-deployment
6+
- main
7+
- develop
98

109
concurrency:
1110
group: release

0 commit comments

Comments
 (0)