From 2f997df5d7222587e3c45861eec2666088b4c0c2 Mon Sep 17 00:00:00 2001 From: Tomek Marciniak Date: Tue, 5 Nov 2024 10:06:10 +0100 Subject: [PATCH] chore(repo): add nightly builds to prs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fecb90c..9270ab7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: MinaJS Continuous Integration on: push: branches: [main] + pull_request: + branches: [main] jobs: test_and_release: name: Test and release