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.
This commit is contained in:
Pau Perez
2021-03-15 20:02:55 +01:00
parent 7b6e94057c
commit e952664a14

View File

@@ -3,6 +3,7 @@ name: Build
on:
workflow_dispatch:
push:
pull_request:
env:
DISABLE_KNAPSACK: true