mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
17 lines
296 B
YAML
17 lines
296 B
YAML
---
|
|
jobs:
|
|
- &copr
|
|
job: copr_build
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- fedora-all
|
|
- epel-7-x86_64
|
|
- epel-8-x86_64
|
|
|
|
- <<: *copr
|
|
trigger: commit
|
|
metadata:
|
|
owner: "@rpm-software-management"
|
|
project: "tito"
|
|
branch: master
|