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