From 84e65a25e43ec8c36d7dac5dbec4092a39947965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Carranza=20V=C3=A9lez?= Date: Tue, 31 May 2022 13:03:08 -0300 Subject: [PATCH] ci: run tests on PRs targeting all branches --- .github/workflows/npmtest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/npmtest.yml b/.github/workflows/npmtest.yml index 04052e83e..08e625e57 100644 --- a/.github/workflows/npmtest.yml +++ b/.github/workflows/npmtest.yml @@ -3,8 +3,7 @@ name: Node.js CI on: push: branches: [dev] - pull_request: - branches: [dev] + pull_request: {} jobs: build: