From 47538b9658d36777f81fdc78ce3592f2d8db9e68 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Wed, 30 Dec 2020 22:47:14 +0300 Subject: [PATCH] ci: enable pull requests --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9e4d3ef1..f0be7895 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,8 +1,8 @@ -# Normal push, check the build status for the nighly builder or the release +# Check the build status for the nighly builder, release or pull request name: ESPurna build -on: [push] +on: [push, pull_request] jobs: build: