Skip to content

Commit

Permalink
Merge pull request #2178 from jan-cerny/copr3
Browse files Browse the repository at this point in the history
Request CentOS Stream builds explicitly
  • Loading branch information
matusmarhefka authored Nov 12, 2024
2 parents 29e074c + 0ab817d commit e5f3ebc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ srpm_build_deps:
- bash

jobs:
- &build
job: copr_build
- job: copr_build
trigger: pull_request
metadata:
targets:
Expand All @@ -25,7 +24,10 @@ jobs:
- centos-stream-8-x86_64
- centos-stream-9-x86_64

- <<: *build
- job: copr_build
trigger: commit
metadata:
branch: maint-1.3
targets:
- centos-stream-8-x86_64
- centos-stream-9-x86_64

0 comments on commit e5f3ebc

Please sign in to comment.