Skip to content

Commit c4476b7

Browse files
committed
packit: fix syntax for running against 'commit'
Signed-off-by: Cole Robinson <[email protected]>
1 parent 4189f04 commit c4476b7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.packit.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ upstream_project_url: https://github.com/python-bugzilla/python-bugzilla
33

44
jobs:
55
- job: copr_build
6-
trigger:
7-
- pull_request
8-
- commit
6+
trigger: pull_request
7+
metadata:
8+
targets:
9+
- fedora-all
10+
- epel-8-x86_64
11+
- job: copr_build
12+
trigger: commit
913
metadata:
1014
targets:
1115
- fedora-all

0 commit comments

Comments
 (0)