From 69824388b8f996e15a4b75ca0f8cf16c7e3ae7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 15 Jun 2022 10:11:16 +0200 Subject: [PATCH] CI: build committed packages into @codescan/cswrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up-for: csutils/csdiff#56 Docs: https://packit.dev/docs/configuration/#copr_build Co-authored-by: Pavel Raiskup Co-authored-by: Lukáš Zaoral --- .packit.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 4ecb7a1..d1b1bd8 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -21,18 +21,19 @@ actions: jobs: - &copr job: copr_build - trigger: commit - metadata: - targets: - - epel-all-aarch64 - - epel-all-ppc64le - - epel-all-s390x - - epel-all-x86_64 - - fedora-all-aarch64 - - fedora-all-ppc64le - - fedora-all-s390x - - fedora-all-x86_64 - branch: main # only used for commit trigger + trigger: pull_request + targets: + - epel-all-aarch64 + - epel-all-ppc64le + - epel-all-s390x + - epel-all-x86_64 + - fedora-all-aarch64 + - fedora-all-ppc64le + - fedora-all-s390x + - fedora-all-x86_64 - <<: *copr - trigger: pull_request + trigger: commit + owner: "@codescan" + project: "cswrap" + branch: main