From 97abdbed3988ce81148b79444d6f0012c431a651 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Thu, 1 Aug 2019 14:54:33 +0200 Subject: [PATCH] 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 --- .packit.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 1c6fc40c..40dd9498 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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