From e3da601415df6bcf7379635e58931ac00cab1b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Tue, 18 May 2021 12:46:17 +0200 Subject: [PATCH] Allow build on PR --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c299285..4cdab3f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: "Build and deploy" -on: - push: +on: [push, pull_request] jobs: publish: