actions: only run one build job (#4880)

* Update build.yml

* Update build.yml

* Update build.yml
This commit is contained in:
Lars Hvam 2021-07-29 16:51:16 +02:00 committed by GitHub
parent e075b951a4
commit ed4fb14582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: build
on: [push, pull_request]
on:
push:
pull_request:
types: [opened]
jobs:
build: