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:
parent
28e33c07ce
commit
97abdbed39
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue