Skip to content

Commit 124b0ee

Browse files
chore: publish preview packages on all branches (#12)
1 parent e944086 commit 124b0ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: MinaJS Continuous Integration
22
on:
33
push:
4-
branches: [main]
4+
branches:
5+
- '**'
56
pull_request:
67
branches: [main]
78
jobs:

0 commit comments

Comments
 (0)