From 1343caa639e69a03b44b10c4a6b56af40d6c3c71 Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Sat, 28 May 2022 21:15:27 -0500 Subject: [PATCH] chore(ci): run ci on pull requests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6945857ea..4f72ce5bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: poco-ci -on: [push] +on: [push, pull_request] jobs: linux-gcc-make: runs-on: ubuntu-20.04