mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -3,6 +3,7 @@ name: Build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
DISABLE_KNAPSACK: true
|
||||
|
||||
Reference in New Issue
Block a user