From: Thomas Weißschuh Date: Mon, 2 Jan 2023 14:13:31 +0000 (+0000) Subject: ci: run packit builds for commits on master and releases X-Git-Tag: v2.39-rc1~201^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=922399bc8cf23ef376df273e8ad3c0f1e50cf9a1;p=thirdparty%2Futil-linux.git ci: run packit builds for commits on master and releases --- diff --git a/.packit.yaml b/.packit.yaml index 7fbbe31a04..8590d933d7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -42,7 +42,8 @@ actions: # Available targets can be listed via `copr-cli list-chroots` jobs: # Build test - - job: copr_build + - &copr + job: copr_build trigger: pull_request targets: - fedora-rawhide-aarch64 @@ -50,3 +51,8 @@ jobs: - fedora-rawhide-ppc64le - fedora-rawhide-s390x - fedora-rawhide-x86_64 + - <<: *copr + trigger: commit + branch: master + - <<: *copr + trigger: release