From e8b0174a8e94647ef1e0166ec89a68d91740e3a8 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Tue, 2 Feb 2021 15:29:22 +0100 Subject: [PATCH] update CI to also run on push --- .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 ceb84334..5fc63f7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: 'CI' -on: [pull_request] +on: [push, pull_request] jobs: build: name: 'Builds and Compiles'