From e952664a14286cb3aaea40aa0956bb50f6c26f79 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Mon, 15 Mar 2021 20:02:55 +0100 Subject: [PATCH] Run build on pull_request event As is, we're seeing builds almost only on merge commits and not on others. Also, the build status is not displayed at the bottom of the PR. Once we see this fixed and have a better understanding, we can decide whether or not we remove the `push` event. I guess both we'll be needed. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d01020fcb4..b0daa298ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: Build on: workflow_dispatch: push: + pull_request: env: DISABLE_KNAPSACK: true