enable copr builds triggered in pull-requests

packit provide us with possibility to automatically build RPM package
for each PR, this configuration change enable the feature
This commit is contained in:
Martin Sehnoutka 2019-08-01 14:54:33 +02:00 committed by Tom Gundersen
parent 28e33c07ce
commit 97abdbed39

View file

@ -6,3 +6,10 @@ synced_files:
- .packit.yaml
upstream_project_name: osbuild
downstream_package_name: osbuild
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-30-x86_64
- fedora-rawhide-x86_64