Skip to content

Commit

Permalink
Merge pull request #2102 from evgenyz/impr-packit
Browse files Browse the repository at this point in the history
Enable Packit builds on commit
  • Loading branch information
evgenyz committed Apr 15, 2024
2 parents 9028f05 + 587a98e commit 7f94172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ srpm_build_deps:
- bash

jobs:
- job: copr_build
- &build
job: copr_build
trigger: pull_request
metadata:
targets:
Expand All @@ -25,3 +26,6 @@ jobs:
- fedora-all-x86_64
- centos-stream-8-x86_64
- centos-stream-9-x86_64

- <<: *build
trigger: commit

0 comments on commit 7f94172

Please sign in to comment.