From 35d6649b74754e0da84d10f3614154022167b67d Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 5 Sep 2024 10:08:09 +0200 Subject: [PATCH] packit: Limit Fedora builds and tests to the 'main' branch --- .packit.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index b8f5f7783..c690e157b 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -16,10 +16,10 @@ actions: jobs: - job: copr_build - metadata: - targets: + targets: - fedora-all trigger: pull_request + branch: main - job: copr_build trigger: commit @@ -32,6 +32,7 @@ jobs: trigger: pull_request targets: - fedora-latest-stable + branch: main - job: propose_downstream trigger: release @@ -52,6 +53,7 @@ jobs: - job: tests identifier: revdeps trigger: pull_request + branch: main notifications: failure_comment: message: "Blivet-GUI tests failed for commit {commit_sha}. @vojtechtrefny please check."