From 008fe4dfc03fa7f50ddd431201ef65b64c7b1a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Mon, 11 Nov 2024 09:14:02 +0100 Subject: [PATCH] Build COPR builds for maint-1.3 This change will cause automatic building of COPR builds after committing to `maint-1.3` branch. The `maint-1.3` branch isn't the project default branch. Without specifying the branch, Packit builds after committing only to the project's default branch, which is the `main` branch at this moment. The `maint-1.3` branch used to be default branch, but after we switched the default branch to main, the COPR builds on maint-1.3 stopped to be built. Related documentation: https://packit.dev/docs/configuration/upstream/copr_build --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 634e2ffab7..dbf15f57fe 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -27,3 +27,5 @@ jobs: - <<: *build trigger: commit + metadata: + branch: maint-1.3