From 3c4ec1f3b61c33e7bcdc3b4f25f0b27d40f02b06 Mon Sep 17 00:00:00 2001 From: TheMonkeyCoder Date: Sun, 25 May 2025 12:11:59 +0300 Subject: [PATCH] chore: publish preview packages on all branches --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f60132e..e966e2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: MinaJS Continuous Integration on: push: - branches: [main] + branches: + - '**' pull_request: branches: [main] jobs: