Skip to content

Commit

Permalink
Build COPR builds for maint-1.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jan-cerny committed Nov 11, 2024
1 parent a7eb860 commit 008fe4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:

- <<: *build
trigger: commit
metadata:
branch: maint-1.3

0 comments on commit 008fe4d

Please sign in to comment.