Skip to content

Commit c1c7044

Browse files
committed
ci: publish preview packages on feat and preview branches
1 parent 59eb995 commit c1c7044

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Preview
33
on:
44
pull_request:
55
branches: [main, next]
6+
push:
7+
branches:
8+
- "feat/**"
9+
- "preview/**"
610

711
jobs:
812
preview:

0 commit comments

Comments
 (0)