From c419c122efb58930092e295bf2568e5e36d98dd7 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 29 Oct 2025 10:04:11 +0100 Subject: [PATCH] Add Packit commit trigger job --- .packit.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index a2c583d..5827ae8 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -25,7 +25,8 @@ actions: - bash -c "ls -1t ./foreman_salt-*.gem | head -n 1" jobs: - - job: copr_build + - &copr + job: copr_build trigger: pull_request targets: rhel-9: @@ -34,6 +35,12 @@ jobs: - https://yum.theforeman.org/plugins/nightly/el9/x86_64/ module_hotfixes: true + - <<: *copr + trigger: commit + branch: master + owner: '@theforeman' + project: develop + srpm_build_deps: - wget - rubygems