Skip to content

Commit ffca4d9

Browse files
committed
Add Packit commit trigger job
1 parent e3d5263 commit ffca4d9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.packit.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,21 @@ actions:
2727
- bash -c "ls -1t ./foreman_maintain-*.gem | head -n 1"
2828

2929
jobs:
30-
- job: copr_build
30+
- &copr
31+
job: copr_build
3132
trigger: pull_request
3233
targets:
3334
rhel-9:
3435
additional_repos:
3536
- https://yum.theforeman.org/releases/nightly/el9/x86_64/
3637
module_hotfixes: true
3738

39+
- <<: *copr
40+
trigger: commit
41+
branch: master
42+
owner: '@theforeman'
43+
project: develop
44+
3845
srpm_build_deps:
3946
- wget
4047
- rubygems

0 commit comments

Comments
 (0)